comparison lib/lzo/lzo.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
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 --disable-static \ 46 --disable-static \
47 --enable-shared 47 --enable-shared
48 make 48 make
49 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/usr/lib/liblzo2.la 50 rm -f $DESTDIR/lib/liblzo2.la
51 51
52 popd 52 popd
53 rm -rf $PKGNAME-$PKGVERSION 53 rm -rf $PKGNAME-$PKGVERSION
54 } 54 }