summaryrefslogtreecommitdiff
path: root/nettle-32
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2013-08-07 08:06:19 -0500
committerMatt Housh <jaeger@morpheus.net>2013-08-07 08:06:19 -0500
commit53c23b4894b43cf92e9df95d33e1304283f87dbe (patch)
treed06439309431d588a4e357b988626f0a9db3a93b /nettle-32
parent02d26fed762b4ff9233f3ad50040a8910fa42e63 (diff)
downloadcompat-32-53c23b4894b43cf92e9df95d33e1304283f87dbe.tar.gz
compat-32-53c23b4894b43cf92e9df95d33e1304283f87dbe.tar.xz
nettle-32: fixed for libgmp and libgmp-32 header changes
Diffstat (limited to 'nettle-32')
-rw-r--r--nettle-32/Pkgfile16
1 files changed, 4 insertions, 12 deletions
diff --git a/nettle-32/Pkgfile b/nettle-32/Pkgfile
index 6332a076..0132877c 100644
--- a/nettle-32/Pkgfile
+++ b/nettle-32/Pkgfile
@@ -5,27 +5,19 @@
name=nettle-32
version=2.7.1
-release=3
+release=4
source=(http://www.lysator.liu.se/~nisse/archive/nettle-$version.tar.gz)
build() {
cd nettle-$version
- # do not remove this unless you check with
- # make check and wine iexplore https://...
- [ "$CC" ] || CC=gcc
- export CC="$CC -m32"
- # else it'll fail on /some/ tests and iexplore https
- # last tested on version 2.7.1
-
./configure \
--prefix=/usr \
- --libdir=/usr/lib32 \
- --with-include-path=/usr/lib32/gmp
+ --libdir=/usr/lib32
make
- #make check
+ make check
make DESTDIR=$PKG install
- rm -r $PKG/usr/{bin,include}
+ rm -r $PKG/usr/{bin,include,share}
}

Generated by cgit