enable $(FPIC) for a few more packages
[openwrt/svn-archive/archive.git] / libs / libelf / Makefile
index 7be041581a4318f152ef24badd7151225ba1ca32..50b9e1af2fdbc04a4d93806f47e4f656f18030be 100644 (file)
@@ -25,6 +25,8 @@ define Package/libelf
   URL:=http://www.stud.uni-hannover.de/~michael/software/
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \