diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 22:23:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:23:38 +0200 |
commit | 3f83518910183a583ac19c2fa5c3a3ac545a618f (patch) | |
tree | dc344632f8ccd96fcaebcafdd1fed46d0d4f1614 /libraries/exo-notify/exo-notify.SlackBuild | |
parent | 402a979baaf81b3400bc11805bbe27e8d5fca71e (diff) | |
download | slackbuilds-3f83518910183a583ac19c2fa5c3a3ac545a618f.tar.gz |
libraries/exo-notify: Updated for version 0.3.4
Diffstat (limited to 'libraries/exo-notify/exo-notify.SlackBuild')
-rw-r--r-- | libraries/exo-notify/exo-notify.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/exo-notify/exo-notify.SlackBuild b/libraries/exo-notify/exo-notify.SlackBuild index b155e30d49..4a1e0923c1 100644 --- a/libraries/exo-notify/exo-notify.SlackBuild +++ b/libraries/exo-notify/exo-notify.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=exo PKGNAME=exo-notify -VERSION=0.3.2 +VERSION=0.3.4 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,6 +38,8 @@ if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" fi set -e @@ -67,7 +69,9 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-static=no \ --enable-notifications \ --enable-hal \ - --enable-debug=no + --enable-debug=no \ + --build=$ARCH-slackware-linux \ + --build=$ARCH-slackware-linux make |