From c0b619778b7c44415b8b4fadd747e3170d9a3587 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 29 Sep 2005 07:04:02 +0000 Subject: add missing codepages, add syslog support and use it by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1996 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/samba/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/samba/Makefile') diff --git a/package/samba/Makefile b/package/samba/Makefile index 7a083b3a46..566e604a03 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -119,6 +119,7 @@ $(PKG_BUILD_DIR)/.built: $(DISABLE_NLS) \ --with-lockdir=/var/run/samba \ --with-privatedir=/etc/samba \ + --with-syslog \ ); $(MAKE) -C $(PKG_BUILD_DIR)/source \ $(TARGET_CONFIGURE_OPTS) \ @@ -160,6 +161,7 @@ $(IPKG_SAMBA): install -m0755 $(PKG_BUILD_DIR)/source/bin/smbd.shared $(IDIR_SAMBA)/usr/sbin/smbd install -d -m0755 $(IDIR_SAMBA)/usr/share/samba install -m0644 $(PKG_INSTALL_DIR)/usr/share/samba/codepage.{437,850} $(IDIR_SAMBA)/usr/share/samba/ + install -m0644 $(PKG_INSTALL_DIR)/usr/share/samba/unicode_map.{437,850} $(IDIR_SAMBA)/usr/share/samba/ $(RSTRIP) $(IDIR_SAMBA) $(IPKG_BUILD) $(IDIR_SAMBA) $(PACKAGE_DIR) -- cgit v1.2.3