expat:host: build static

This commit is contained in:
Stephan Raue 2014-08-24 17:40:55 +03:00
parent 63391cc005
commit 0dacf50de3

View File

@ -33,6 +33,8 @@ PKG_LONGDESC="Expat is an XML parser library written in C. It is a stream-orient
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared"
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}