diff options
Diffstat (limited to 'development/unicorn/unicorn.SlackBuild')
-rw-r--r-- | development/unicorn/unicorn.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/unicorn/unicorn.SlackBuild b/development/unicorn/unicorn.SlackBuild index 69ba269a71..bea57cb5fe 100644 --- a/development/unicorn/unicorn.SlackBuild +++ b/development/unicorn/unicorn.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unicorn -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -54,7 +54,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -fPIC -fPIE -pie -Wl,-z,relro,-z,now -fstack-protector-all --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" |