From 3c6c790776feffc7268d6fcea2e55aba751e3f0f Mon Sep 17 00:00:00 2001 From: wittinobi Date: Sat, 19 May 2012 11:27:51 +0200 Subject: [PATCH] fix samba --- make/applications.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make/applications.mk b/make/applications.mk index 90582fe..2d81bd4 100755 --- a/make/applications.mk +++ b/make/applications.mk @@ -503,7 +503,7 @@ $(D)/samba: $(D)/libiconv $(ARCHIVE)/samba-3.3.9.tar.gz | $(TARGETPREFIX) export CONFIG_SITE=$(PATCHES)/samba-3.3.9-config.site && \ ./autogen.sh && \ $(CONFIGURE) --build=$(BUILD) --host=$(TARGET) --target=$(TARGET) \ - --prefix= --mandir=/.remove \ + --prefix=/ --mandir=/.remove \ --sysconfdir=/etc/samba \ --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ @@ -512,7 +512,7 @@ $(D)/samba: $(D)/libiconv $(ARCHIVE)/samba-3.3.9.tar.gz | $(TARGETPREFIX) --localstatedir=/var/samba \ --with-piddir=/tmp \ --with-libiconv=/lib \ - --with-cifsumount --without-krb5 --without-ldap --without-ads --disable-cups --disable-swat \ + --without-krb5 --without-ldap --without-ads --disable-cups --disable-swat \ && \ $(MAKE) && \ $(MAKE) install DESTDIR=$(TARGETPREFIX) @@ -528,7 +528,7 @@ $(D)/samba-new: $(D)/libiconv-new $(ARCHIVE)/samba-3.3.9.tar.gz | $(TARGETPREFIX export CONFIG_SITE=$(PATCHES)/samba-3.3.9-config.site && \ ./autogen.sh && \ $(CONFIGURE) --build=$(BUILD) --host=$(TARGET) --target=$(TARGET) \ - --prefix= --mandir=/.remove \ + --prefix=/ --mandir=/.remove \ --sysconfdir=/etc/samba \ --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ @@ -537,7 +537,7 @@ $(D)/samba-new: $(D)/libiconv-new $(ARCHIVE)/samba-3.3.9.tar.gz | $(TARGETPREFIX --localstatedir=/var/samba \ --with-piddir=/tmp \ --with-libiconv=/lib \ - --with-cifsumount --without-krb5 --without-ldap --without-ads --disable-cups --disable-swat \ + --without-krb5 --without-ldap --without-ads --disable-cups --disable-swat \ && \ $(MAKE) && \ $(MAKE) install DESTDIR=$(TARGETPREFIX) -- 2.39.5