diff options
author | Rosy Song <rosysong@rosinson.com> | 2019-01-07 14:24:47 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-17 19:22:39 +0100 |
commit | 93b984b78a2da34b353602570582c2c06d0979ff (patch) | |
tree | d88c97505b78195950c31aaba4212c94f1354d6f /package/network/services/samba36 | |
parent | dc08514e6d76208e92431f836c6387d8d23eecd2 (diff) | |
download | upstream-93b984b78a2da34b353602570582c2c06d0979ff.tar.gz upstream-93b984b78a2da34b353602570582c2c06d0979ff.tar.bz2 upstream-93b984b78a2da34b353602570582c2c06d0979ff.zip |
samba36: allow build with no ipv6 support
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'package/network/services/samba36')
-rw-r--r-- | package/network/services/samba36/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index a08b51ba17..a4392f62c5 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.25 -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_SOURCE_URL:=https://download.samba.org/pub/samba \ https://download.samba.org/pub/samba/stable @@ -85,6 +85,7 @@ CONFIGURE_VARS += \ libreplace_cv_HAVE_C99_VSNPRINTF=yes \ libreplace_cv_HAVE_GETADDRINFO=yes \ libreplace_cv_HAVE_IFACE_IFCONF=yes \ + $(if $(CONFIG_IPV6),,libreplace_cv_HAVE_IPV6=no libreplace_cv_HAVE_IPV6_V6ONLY=no) \ LINUX_LFS_SUPPORT=yes \ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \ |