X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fsamba36%2FMakefile;fp=package%2Fnetwork%2Fservices%2Fsamba36%2FMakefile;h=d8b930c9898fd9749552194136ea3b3de5295f3f;hb=c3e10ece6f8b4ea84a2eb372ec16816da4530ca6;hp=b39f4840e3c1a2c896e443b2ef4c7dc6c0380880;hpb=aad9b4b861c3ebceaf4fee6c5764a33c4b27621b;p=openwrt.git diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index b39f4840e3..d8b930c989 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:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ http://ftp.samba.org/pub/samba/stable @@ -35,7 +35,7 @@ define Package/samba36-server CATEGORY:=Network TITLE:=Samba 3.6 SMB/CIFS server URL:=http://www.samba.org/ - DEPENDS:=+USE_GLIBC:librt + DEPENDS:=+USE_GLIBC:librt $(ICONV_DEPENDS) endef define Package/samba36-client @@ -83,7 +83,9 @@ CONFIGURE_VARS += \ samba_cv_have_setreuid=yes \ samba_cv_have_setresuid=yes \ ac_cv_header_zlib_h=no \ - samba_cv_zlib_1_2_3=no + samba_cv_zlib_1_2_3=no \ + ac_cv_path_PYTHON="" \ + ac_cv_path_PYTHON_CONFIG="" CONFIGURE_ARGS += \ --exec-prefix=/usr \ @@ -95,6 +97,7 @@ CONFIGURE_ARGS += \ --disable-static \ --disable-swat \ --disable-shared-libs \ + --with-libiconv="$(ICONV_PREFIX)" \ --with-codepagedir=/etc/samba \ --with-configdir=/etc/samba \ --with-included-iniparser \