From: lars Date: Mon, 22 Feb 2010 23:18:48 +0000 (+0000) Subject: [packages] urbi, opensips, faifa, kamailio: Build with -fPIC X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4bc2bab753b9774ccaedbbd66d947b6beaf04c81;p=packages.git [packages] urbi, opensips, faifa, kamailio: Build with -fPIC git-svn-id: svn://svn.openwrt.org/openwrt/packages@19820 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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