comparison databases/gdbm/gdbm.sh @ 252:9e95fda0e5c6

vanilla: fix many packages Also add templates/python-hybrid.sh and update template/python.sh
author David Demelier <markand@malikania.fr>
date Thu, 21 Mar 2019 20:00:00 +0100
parents f443cbb93f37
children 0c97add47ef6
comparison
equal deleted inserted replaced
251:da8439572c16 252:9e95fda0e5c6
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=/usr 47 --prefix=/usr \
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/usr/lib/libgdbm.la 51 rm -f $DESTDIR/usr/lib/libgdbm.la
52 52