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 \
--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)
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 \
--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)