]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix samba
authorwittinobi <wittinobi@wittinobi.de>
Sat, 19 May 2012 09:27:51 +0000 (11:27 +0200)
committerwittinobi <wittinobi@wittinobi.de>
Sat, 19 May 2012 09:27:51 +0000 (11:27 +0200)
make/applications.mk

index 90582fef06255331033dc57e7b4ef9f61b78eacc..2d81bd4292261f2bf4a9523ad776a1a295d0fb79 100755 (executable)
@@ -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)