summaryrefslogtreecommitdiff
path: root/openwrt/package/samba/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-29 07:04:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-29 07:04:02 +0000
commit1f809d2cf072f2e7b8598693f47e1da8100d3f8b (patch)
tree4bd4f592fe39cc4f8d98c1fd874b5e03e79623a1 /openwrt/package/samba/Makefile
parent3b387dea5c0d52df4a9716f3d9e9c8f6d224474d (diff)
downloadmtk-20170518-1f809d2cf072f2e7b8598693f47e1da8100d3f8b.zip
mtk-20170518-1f809d2cf072f2e7b8598693f47e1da8100d3f8b.tar.gz
mtk-20170518-1f809d2cf072f2e7b8598693f47e1da8100d3f8b.tar.bz2
add missing codepages, add syslog support and use it by default
SVN-Revision: 1996
Diffstat (limited to 'openwrt/package/samba/Makefile')
-rw-r--r--openwrt/package/samba/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/samba/Makefile b/openwrt/package/samba/Makefile
index 7a083b3..566e604 100644
--- a/openwrt/package/samba/Makefile
+++ b/openwrt/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)