X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Fspandsp%2FMakefile;h=e2054a07bcd1699f046bc634348ab1d210bc595d;hb=2b491044d0ec4bd623abb8fe4addc46fac6dc728;hp=1b6ea5985d65643bbca5b24b72e758ead9c9338f;hpb=2a785c8a7d9591d3c6f9a121eb562cb157f1af6e;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/spandsp/Makefile b/libs/spandsp/Makefile index 1b6ea5985d..e2054a07bc 100644 --- a/libs/spandsp/Makefile +++ b/libs/spandsp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spandsp PKG_VERSION:=0.0.6 PKG_VERSION_SUFFIX:=pre17 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_VERSION_SUFFIX).tgz PKG_SOURCE_URL:=http://www.soft-switch.org/downloads/spandsp/ @@ -19,6 +19,7 @@ PKG_MD5SUM:=cc860f77270cf3b881f8ccd42d2d0238 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk @@ -29,8 +30,6 @@ define Package/libspandsp DEPENDS:=+libtiff endef -CONFIGURE_ARGS+= LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" - TARGET_CFLAGS += $(FPIC) define Build/InstallDev