summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson2014-05-06 02:31:50 +0200
committer Willy Sudiarto Raharjo2014-05-14 02:59:43 +0200
commit189b46f0c769fd83aed60d7bb39c9fff495cd475 (patch)
tree8411d6ebc3bbebd8b541fc35563f5494ee048387
parent9449339070a91e1f5a1ccb63958ee85435511839 (diff)
downloadslackbuilds-189b46f0c769fd83aed60d7bb39c9fff495cd475.tar.gz
system/gnome-vfs: BUILD bump, add Samba support.
Thanks to David Woodfall for the report. Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--system/gnome-vfs/gnome-vfs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/gnome-vfs/gnome-vfs.SlackBuild b/system/gnome-vfs/gnome-vfs.SlackBuild
index 8b78c4b82e..2a2e087339 100644
--- a/system/gnome-vfs/gnome-vfs.SlackBuild
+++ b/system/gnome-vfs/gnome-vfs.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=gnome-vfs
VERSION=${VERSION:-2.24.4}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -79,6 +79,7 @@ CFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-static \
+ --with-samba-includes=/usr/include/samba-4.0 \
--build=$ARCH-slackware-linux
make