From c5c19588db283686e825ca1a4c37494655b43a62 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 6 Aug 2008 22:43:15 +0000 Subject: [PATCH] enable $(FPIC) for a few more packages --- libs/zaptel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/zaptel/Makefile b/libs/zaptel/Makefile index 43a7ce3..450c196 100644 --- a/libs/zaptel/Makefile +++ b/libs/zaptel/Makefile @@ -34,6 +34,8 @@ endef define Build/Configure endef +TARGET_CFLAGS += $(FPIC) + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ -- 2.30.2