comparison core/libarchive/libarchive.sh @ 516:014d018468fb

core: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:22:00 +0200
parents bdad6c7981e7
children bad483aace64
comparison
equal deleted inserted replaced
515:030ebf8e0a69 516:014d018468fb
117 LDFLAGS="$LDFLAGS" \ 117 LDFLAGS="$LDFLAGS" \
118 LIBS="$LIBS" \ 118 LIBS="$LIBS" \
119 ./configure \ 119 ./configure \
120 --build=$CBUILD \ 120 --build=$CBUILD \
121 --host=$CHOST \ 121 --host=$CHOST \
122 --prefix=/usr \ 122 --prefix=/ \
123 --disable-static \ 123 --disable-static \
124 --enable-shared \ 124 --enable-shared \
125 --enable-bsdtar=shared \ 125 --enable-bsdtar=shared \
126 --enable-bsdcat=shared \ 126 --enable-bsdcat=shared \
127 --enable-bsdcpio=shared \ 127 --enable-bsdcpio=shared \
136 $with_ssl \ 136 $with_ssl \
137 $with_zstd 137 $with_zstd
138 138
139 make 139 make
140 make install DESTDIR=$DESTDIR 140 make install DESTDIR=$DESTDIR
141 rm -f $DESTDIR/usr/lib/libarchive.la 141 rm -f $DESTDIR/lib/libarchive.la
142 142
143 popd 143 popd
144 rm -rf $PKGNAME-$PKGVERSION 144 rm -rf $PKGNAME-$PKGVERSION
145 } 145 }