mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
samba2: set --with-readline=no
This commit is contained in:
parent
7e082e9103
commit
eb5d2c1954
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ define Build/Compile
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--with-lockdir=/var/run/samba2 \
|
--with-lockdir=/var/run/samba2 \
|
||||||
--with-privatedir=/etc/samba2 \
|
--with-privatedir=/etc/samba2 \
|
||||||
|
--with-readline=no \
|
||||||
);
|
);
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/source \
|
$(MAKE) -C $(PKG_BUILD_DIR)/source \
|
||||||
bin/make_smbcodepage bin/make_unicodemap
|
bin/make_smbcodepage bin/make_unicodemap
|
||||||
|
|
@ -150,6 +151,7 @@ define Build/Compile
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
--with-lockdir=/var/run/samba2 \
|
--with-lockdir=/var/run/samba2 \
|
||||||
--with-privatedir=/etc/samba2 \
|
--with-privatedir=/etc/samba2 \
|
||||||
|
--with-readline=no \
|
||||||
--with-syslog \
|
--with-syslog \
|
||||||
);
|
);
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/source \
|
$(MAKE) -C $(PKG_BUILD_DIR)/source \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue