Author: jerry Date: 2006-01-18 04:56:28 +0000 (Wed, 18 Jan 2006) New Revision: 12991
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12991 Log: some fixes for BUG 3331 - solaris packaging Modified: branches/SAMBA_3_0/packaging/Solaris/makepkg.sh trunk/packaging/Solaris/makepkg.sh Changeset: Modified: branches/SAMBA_3_0/packaging/Solaris/makepkg.sh =================================================================== --- branches/SAMBA_3_0/packaging/Solaris/makepkg.sh 2006-01-18 04:44:59 UTC (rev 12990) +++ branches/SAMBA_3_0/packaging/Solaris/makepkg.sh 2006-01-18 04:56:28 UTC (rev 12991) @@ -128,15 +128,16 @@ 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 Modified: trunk/packaging/Solaris/makepkg.sh =================================================================== --- trunk/packaging/Solaris/makepkg.sh 2006-01-18 04:44:59 UTC (rev 12990) +++ trunk/packaging/Solaris/makepkg.sh 2006-01-18 04:56:28 UTC (rev 12991) @@ -128,15 +128,16 @@ 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
