forked from ports/compat-32
nettle-32: fix errors for wine https use, thank you drayevarg
This commit is contained in:
parent
e97116e5e8
commit
98e6e39781
@ -5,15 +5,21 @@
|
||||
|
||||
name=nettle-32
|
||||
version=2.7.1
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.lysator.liu.se/~nisse/archive/nettle-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd nettle-$version
|
||||
|
||||
# make check requires
|
||||
#export CC="gcc -m32"
|
||||
# else it'll fail on /some/ tests
|
||||
# last tested on version 2.7.1
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
--libdir=/usr/lib32 \
|
||||
--with-include-path=/usr/lib32/gmp
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user