mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
readline: add host PIC
Python seems to fail to link to libreadline properly because of this. Not a fatal error but an error nontheless. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit b363f7488643882b9c53a1e2c6db2a110703cc1d)
This commit is contained in:
parent
143cbb22e1
commit
541acd3933
@ -53,6 +53,7 @@ CONFIGURE_VARS += \
|
||||
bash_cv_func_sigsetjmp=yes \
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
HOST_CFLAGS += $(FPIC)
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user