use $(FPIC) in a few places where it matters
[openwrt.git] / package / gmp / Makefile
index 846b997..59a826b 100644 (file)
@@ -30,6 +30,7 @@ define Package/libgmp/description
        signed integers, rational numbers, and floating point numbers.
 endef
 
+TARGET_CFLAGS += $(FPIC)
 CONFIGURE_VARS += CC="$(TARGET_CROSS)gcc"
 CONFIGURE_ARGS += \
        --enable-shared \