summaryrefslogtreecommitdiff
path: root/packaging/Solaris
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-01-18 04:56:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:10 -0500
commit4dd192799dd017f36231749f2c94add86eb4dcbc (patch)
treed90754b129f8be1a2f02aaf64d86609e27f3e90c /packaging/Solaris
parente2de656314c8d50bfd5f14b24826a2df962fe704 (diff)
downloadsamba-4dd192799dd017f36231749f2c94add86eb4dcbc.tar.gz
samba-4dd192799dd017f36231749f2c94add86eb4dcbc.tar.bz2
samba-4dd192799dd017f36231749f2c94add86eb4dcbc.zip
r12991: some fixes for BUG 3331 - solaris packaging
(This used to be commit b334052108f58cc71898ec0b4b745da1f9d53bec)
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