Skip to content

Commit

Permalink
readline: add host PIC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
neheb authored and hauke committed Apr 16, 2022
1 parent fc60b97 commit b363f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/readline/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b363f74

Please sign in to comment.