comparison dev/libtool/libtool.sh @ 520:c6c29dc90899

dev: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:49:25 +0200
parents d27efe5b1ea0
children bad483aace64
comparison
equal deleted inserted replaced
519:824fb5352478 520:c6c29dc90899
40 LDFLAGS="$LDFLAGS" \ 40 LDFLAGS="$LDFLAGS" \
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix=/usr \ 45 --prefix=/ \
46 --enable-shared \ 46 --enable-shared \
47 --disable-static 47 --disable-static
48 make 48 make
49 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/usr/lib/libltdl.la 50 rm -f $DESTDIR/lib/libltdl.la
51 51
52 popd 52 popd
53 rm -rf $PKGNAME-$PKGVERSION 53 rm -rf $PKGNAME-$PKGVERSION
54 } 54 }