]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
duplicity: small fix
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 21 Apr 2008 02:49:01 +0000 (02:49 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 21 Apr 2008 02:49:01 +0000 (02:49 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1708 370017ae-e619-0410-ac65-c121f96126d4

app/backup/duplicity/duplicity.SlackBuild

index b97c4cc88b46f8081d1ea8d472fd435626f47e98..47f7a4bb14821748ce3c1a892fa8ec5e14ee27af 100755 (executable)
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
 elif [ "$ARCH" = "s390" ]; then
   SLKCFLAGS="-O2"
 elif [ "$ARCH" = "x86_64" ]; then
-  SLKCFLAGS="-O2"
+  SLKCFLAGS="-O2 -fPIC"
   LIBDIR="$PREFIX/lib64"
 fi
 
@@ -92,9 +92,6 @@ cd "$PKG_SRC"
 # Build and install package
 python setup.py build install --root=$PKG
 
-# Install
-make install DESTDIR="$PKG" || exit $ERROR_INSTALL
-
 # Strip binaries
 ( cd "$PKG"
   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \