diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/gnome-vfs/gnome-vfs.SlackBuild | 3 |
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 |