From b50fb3fab91007b3995240600130fe337b6c9bd6 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 22 Feb 2010 23:18:48 +0000 Subject: [PATCH] urbi, opensips, faifa, kamailio: Build with -fPIC SVN-Revision: 19820 --- lang/urbi/Makefile | 2 ++ net/faifa/Makefile | 2 ++ net/kamailio/Makefile | 2 ++ net/opensips/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index b29465ced..4b5c4bec6 100644 --- a/lang/urbi/Makefile +++ b/lang/urbi/Makefile @@ -20,6 +20,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-sdk include $(INCLUDE_DIR)/package.mk +TARGET_CFLAGS += $(FPIC) + define Package/urbi SECTION:=lang CATEGORY:=Languages diff --git a/net/faifa/Makefile b/net/faifa/Makefile index d0b60ad97..0c84e7ccf 100644 --- a/net/faifa/Makefile +++ b/net/faifa/Makefile @@ -20,6 +20,8 @@ PKG_SOURCE_PROTO:=svn include $(INCLUDE_DIR)/package.mk +TARGET_CFLAGS += $(FPIC) + define Package/faifa SECTION:=net CATEGORY:=Network diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index dabc66192..76cfabeba 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -22,6 +22,8 @@ PKG_BUILD_DEPENDS:=curl expat libxml2 mysql openldap openssl pcre postgresql rad include $(INCLUDE_DIR)/package.mk +TARGET_CFLAGS += $(FPIC) + define Package/kamailio/Default SECTION:=net CATEGORY:=Network diff --git a/net/opensips/Makefile b/net/opensips/Makefile index f8901a10e..c26e79157 100644 --- a/net/opensips/Makefile +++ b/net/opensips/Makefile @@ -22,6 +22,8 @@ PKG_BUILD_DEPENDS:=curl expat libxml2 mysql openldap openssl pcre postgresql rad include $(INCLUDE_DIR)/package.mk +TARGET_CFLAGS += $(FPIC) + define Package/opensips/Default SECTION:=net CATEGORY:=Network -- 2.30.2