r12991: some fixes for BUG 3331 - solaris packaging
authorGerald Carter <jerry@samba.org>
Wed, 18 Jan 2006 04:56:28 +0000 (04:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:10 +0000 (11:06 -0500)
(This used to be commit b334052108f58cc71898ec0b4b745da1f9d53bec)

packaging/Solaris/makepkg.sh

index 2d599fca9b76060f4b24da78c14fe2b171ffeb90..18e9f00f84ae8088a74189a22050cc3c09639bf7 100644 (file)
@@ -128,15 +128,16 @@ echo "Install directory:  $INSTALL_BASE"
 
 cd $DISTR_BASE/source
 
-if [ "x$1" != "xnobuild" ]; then
+if test "x$1" = "xbuild" ]; then
        ./configure --prefix=$INSTALL_BASE \
-               --with-acl-support \
-               --with-included-popt \
                --localstatedir=/var/lib/samba \
                --with-piddir=/var/run \
                --with-logfilebase=/var/log/samba \
                --with-privatedir=/etc/samba/private \
                --with-configdir=/etc/samba \
+               --with-lockdir=/var/lib/samba \
+               --with-pam --with-acl-support \
+               --with-quotas --with-included-popt \
        && make
 
        if [ $? -ne 0 ]; then