From 51206bb2afc0f07c40d04b7bba2ed112f62081fe Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 29 Jul 2008 08:17:00 +0000 Subject: [PATCH 1/1] libamsel objects should be compiled with -fPIC to allow shared library generation, this bug is only triggered when building for 64bits apparently SVN-Revision: 11984 --- libs/libamsel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libamsel/Makefile b/libs/libamsel/Makefile index 0305d32939..d205f88730 100644 --- a/libs/libamsel/Makefile +++ b/libs/libamsel/Makefile @@ -36,7 +36,7 @@ define Build/Configure endef MAKE_FLAGS += \ - CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)" \ + CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR) -fPIC" \ LDIR=$(PKG_BUILD_DIR) \ PREFIX="$(PKG_INSTALL_DIR)/usr" \ all install -- 2.30.2