readline: add -fPIC to CFLAGS

This commit is contained in:
Lukas Rusak 2017-06-14 22:35:22 -07:00
parent 01d5921106
commit 8c2f6cd9d5
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -36,6 +36,10 @@ PKG_CONFIGURE_OPTS_TARGET="bash_cv_wcwidth_broken=no \
--with-curses \ --with-curses \
--without-purify" --without-purify"
pre_configure_target() {
CFLAGS="$CFLAGS -fPIC"
}
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/share/readline rm -rf $INSTALL/usr/share/readline
} }