comparison text/libxml2/libxml2.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
73 LDFLAGS="$LDFLAGS" \ 73 LDFLAGS="$LDFLAGS" \
74 LIBS="$LIBS" \ 74 LIBS="$LIBS" \
75 ./configure \ 75 ./configure \
76 --build=$CBUILD \ 76 --build=$CBUILD \
77 --host=$CHOST \ 77 --host=$CHOST \
78 --prefix= \ 78 --prefix=/usr \
79 --docdir=/share/doc/$PKGNAME \ 79 --docdir=/share/doc/$PKGNAME \
80 --with-html-dir=/share/doc/$PKGNAME/html \ 80 --with-html-dir=/share/doc/$PKGNAME/html \
81 --with-html-subdir="" \ 81 --with-html-subdir="" \
82 --enable-shared \ 82 --enable-shared \
83 $with_icu \ 83 $with_icu \