From c94ae9a8f6becfd262e663c07adbe08f4d782517 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 30 Jul 2007 18:24:39 +0000 Subject: Let's try better this time with shared/nonstatic --- fuse/build/fuse.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'fuse') 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 -# * Update. +# * Update. Move binaries to /bin . # 2.7.0-1: 30/jul/2007 by Eric Hameleers # * 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 -- cgit v1.2.3-79-gdb01