comparison databases/gdbm/gdbm.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 6ef68e84c7d2
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
42 LDFLAGS="$LDFLAGS" \ 42 LDFLAGS="$LDFLAGS" \
43 LIBS="$LIBS" \ 43 LIBS="$LIBS" \
44 ./configure \ 44 ./configure \
45 --build=$CBUILD \ 45 --build=$CBUILD \
46 --host=$CHOST \ 46 --host=$CHOST \
47 --prefix=/ \ 47 --prefix= \
48 --enable-libgdbm-compat 48 --enable-libgdbm-compat
49 make 49 make
50 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
51 rm -f $DESTDIR/lib/libgdbm.la 51 rm -f $DESTDIR/lib/libgdbm.la
52 52