mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
readline: add -fPIC to CFLAGS
This commit is contained in:
parent
01d5921106
commit
8c2f6cd9d5
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user