readline: build statically

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-09-24 22:20:11 +02:00
parent 4ce6dc634e
commit efaa2638b1

View File

@ -32,4 +32,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--with-curses --without-purify"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--with-curses \
--without-purify"