comparison text/libxml2/libxml2.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents f3e036ac528e
children e1b73f64408d
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
75 LDFLAGS="$LDFLAGS" \ 75 LDFLAGS="$LDFLAGS" \
76 LIBS="$LIBS" \ 76 LIBS="$LIBS" \
77 ./configure \ 77 ./configure \
78 --build=$CBUILD \ 78 --build=$CBUILD \
79 --host=$CHOST \ 79 --host=$CHOST \
80 --prefix=/ \ 80 --prefix= \
81 --docdir=/share/doc/$PKGNAME \ 81 --docdir=/share/doc/$PKGNAME \
82 --with-html-dir=/share/doc/$PKGNAME/html \ 82 --with-html-dir=/share/doc/$PKGNAME/html \
83 --with-html-subdir="" \ 83 --with-html-subdir="" \
84 --disable-static \ 84 --disable-static \
85 --enable-shared \ 85 --enable-shared \