comparison lib/popt/popt.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents eec0faf3636c
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
47 CC="$CC" \ 47 CC="$CC" \
48 CFLAGS="$CFLAGS" \ 48 CFLAGS="$CFLAGS" \
49 LDFLAGS="$LDFLAGS" \ 49 LDFLAGS="$LDFLAGS" \
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --prefix=/ \ 52 --prefix= \
53 --enable-shared \ 53 --enable-shared \
54 --disable-static \ 54 --disable-static \
55 $with_nls 55 $with_nls
56 make 56 make
57 make install DESTDIR=$DESTDIR 57 make install DESTDIR=$DESTDIR