summaryrefslogtreecommitdiffstats
path: root/fuse
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-07-30 18:24:39 +0000
committer Eric Hameleers <alien@slackware.com>2007-07-30 18:24:39 +0000
commitc94ae9a8f6becfd262e663c07adbe08f4d782517 (patch)
tree89077f85863d9c6f4f5e5a6751fea9cf3698c742 /fuse
parenta656fb2da65dc459286b13be2e4af83918aa56d8 (diff)
downloadasb-c94ae9a8f6becfd262e663c07adbe08f4d782517.tar.gz
asb-c94ae9a8f6becfd262e663c07adbe08f4d782517.tar.xz
Let's try better this time with shared/nonstatic
Diffstat (limited to 'fuse')
-rwxr-xr-xfuse/build/fuse.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/fuse/build/fuse.SlackBuild b/fuse/build/fuse.SlackBuild
index 46815c16..8b0e7061 100755
--- a/fuse/build/fuse.SlackBuild
+++ b/fuse/build/fuse.SlackBuild
@@ -49,7 +49,7 @@
# of the correct rc.modules to use. Make 'suid-root'ing the
# fusermount binary configurable high up in the SlackBuild.
# 2.6.5-1: 22/jun/2007 by Eric Hameleers <alien@slackware.com>
-# * Update.
+# * Update. Move binaries to /bin .
# 2.7.0-1: 30/jul/2007 by Eric Hameleers <alien@slackware.com>
# * Update.
#
@@ -190,20 +190,21 @@ echo Building ...
LDFLAGS="$SLKLDFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr \
+ --libdir=/lib${LIBDIRSUFFIX} \
--exec-prefix=/ \
--libexecdir=/usr/libexec \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--sysconfdir=/etc \
- --disable-static \
--enable-kernel-module \
--with-kernel=${KSRC} \
--enable-lib \
--enable-util \
--enable-example \
+ --enable-shared=yes \
+ --enable-static=no \
--program-prefix="" \
--program-suffix="" \
- $ARCH-slackware-linux \
+ --build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
@@ -233,7 +234,7 @@ cat <<-EEOOTT >> $PKG/install/doinst.sh
# If you do not make fusermount setuid root, then the normal user
# will not be able to mount a fuse filesystem.
- chmod $BINPERM usr/bin/fusermount
+ chmod $BINPERM bin/fusermount
# Update rc.local so that fuse will be initialized properly
if ! grep "rc.fuse" etc/rc.d/rc.local 1>/dev/null 2>&1 ; then