diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 13:47:41 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-01 13:47:48 -0500 |
commit | a797fbeb4d82187d10df431c6e5a3dc0a33e5b35 (patch) | |
tree | 47438ff0f447b55c8fcd267286fad7ccec4d27f1 /package/samba/Makefile | |
parent | e553b50c7e7b74c8bf5457e625f0875134b38e68 (diff) |
use embedded heimdal and bundled com_err
Diffstat (limited to 'package/samba/Makefile')
-rw-r--r-- | package/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index 508b7a9d6..e37e0f979 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= samba PKG_VERSION:= 4.2.1 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_HASH:= 37eaa239c116dc2c22c29c5a2931eb178ed22e48b594687247446703119b4ac3 PKG_DESCR:= file and print server PKG_SECTION:= net/fs @@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --enable-fhs \ --disable-cups \ --disable-avahi \ --disable-rpath \ - --bundled-libraries='!asn1_compile,!compile_et' \ + --bundled-libraries='com_err,!asn1_compile,!compile_et' \ --disable-rpath-install CONFIGURE_ENV+= PYTHON_CONFIG="$(STAGING_TARGET_DIR)/usr/bin/python-config" \ python_LDFLAGS="" \ |