summaryrefslogtreecommitdiff
path: root/packaging/Solaris
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris')
-rw-r--r--packaging/Solaris/makepkg.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index 2d599fca9b..18e9f00f84 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -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