libtirpc: build as static library

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-10 17:46:15 +01:00
parent 493387111e
commit d4c9cbe192

View File

@ -33,4 +33,9 @@ PKG_LONGDESC="Libtirpc is a port of Suns Transport-Independent RPC library to Li
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules --enable-ipv6 --disable-gssapi --with-gnu-ld"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
--disable-silent-rules \
--enable-ipv6 \
--disable-gssapi \
--with-gnu-ld"