comparison core/rhash/rhash.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 014d018468fb
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
49 { 49 {
50 rm -rf RHash-$PKGVERSION 50 rm -rf RHash-$PKGVERSION
51 tar xvaf v$PKGVERSION.tar.gz 51 tar xvaf v$PKGVERSION.tar.gz
52 pushd RHash-$PKGVERSION 52 pushd RHash-$PKGVERSION
53 53
54 CC="$CC" \
55 CFLAGS="$CFLAGS" \
56 LDFLAGS="$LDFLAGS" \
57 LIBS="$LIBS" \
54 ./configure \ 58 ./configure \
55 --target=$CTARGET \ 59 --target=$CTARGET \
56 --prefix=/ \ 60 --prefix= \
57 --disable-static \ 61 --disable-static \
58 --extra-cflags="$CFLAGS" \ 62 --extra-cflags="$CFLAGS" \
59 --extra-ldflags="$LDFLAGS" \ 63 --extra-ldflags="$LDFLAGS" \
60 $with_nls \ 64 $with_nls \
61 $with_ssl 65 $with_ssl