diff options
author | Jay Freeman <saurik@saurik.com> | 2011-01-06 18:56:34 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2011-01-06 18:56:34 +0000 |
commit | 1a61365894b3d3ba62ceb2235ac2762637519bb9 (patch) | |
tree | 584dee5fd6b49aee811b840169eb3577d9eb8530 /data/samba/make.sh | |
parent | e05f4df34f528278a728ebae98d1e66685a6112f (diff) |
Upgraded Samba to 3.2.14 (apparently).
git-svn-id: http://svn.telesphoreo.org/trunk@739 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/samba/make.sh')
-rw-r--r-- | data/samba/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/samba/make.sh b/data/samba/make.sh index 34e42faba..235c4c06f 100644 --- a/data/samba/make.sh +++ b/data/samba/make.sh @@ -1,8 +1,8 @@ pkg:setup cd source ./autogen.sh -pkg:configure samba_cv_CC_NEGATIVE_ENUM_VALUES=yes --without-cluster-support --disable-swat --without-ldap --with-configdir=/etc/samba --with-privatedir=/etc/samba --with-fhs -make +pkg:configure samba_cv_CC_NEGATIVE_ENUM_VALUES=yes --without-cluster-support --disable-swat --without-ldap --with-configdir=/etc/samba --with-privatedir=/etc/samba --with-fhs --without-utmp +pkg:make pkg:install BIN_PROGS4= pkg: mkdir /usr/samba |