diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-04-27 16:16:30 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-04-27 16:16:30 +0000 |
commit | db2680448115db326b7aa691bb82343255246ca3 (patch) | |
tree | 2c5019b3c2d3a88fb04b03ab1b1ecb4ed88566dd /gnome/base/orbit | |
parent | 72c51fd19a927c3f4308348a4745530c5f6e2ad6 (diff) | |
download | slackbuilds-db2680448115db326b7aa691bb82343255246ca3.tar.gz slackbuilds-db2680448115db326b7aa691bb82343255246ca3.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1846 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'gnome/base/orbit')
-rw-r--r-- | gnome/base/orbit/ORBit2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/base/orbit/ORBit2.SlackBuild b/gnome/base/orbit/ORBit2.SlackBuild index 05095cbe..216a41e2 100644 --- a/gnome/base/orbit/ORBit2.SlackBuild +++ b/gnome/base/orbit/ORBit2.SlackBuild @@ -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 |