X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f606c1f91a6eabddbe597c017bc7ce78ade16850..ceb354aabbc39c6fce9c057a7cd44386512ccfcd:/openwrt/package/libosip2/Makefile diff --git a/openwrt/package/libosip2/Makefile b/openwrt/package/libosip2/Makefile index d4e6d6151..6fbb73363 100644 --- a/openwrt/package/libosip2/Makefile +++ b/openwrt/package/libosip2/Makefile @@ -7,10 +7,7 @@ PKG_VERSION:=2.2.0 PKG_RELEASE:=1 PKG_MD5SUM:=f1237af0250c59b318bd64a59f5750ea -PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/osip/ \ - ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/osip/ \ - ftp://ftp.mirror.nl/pub/mirror/gnu/osip/ \ - http://mirror.switch.ch/ftp/mirror/gnu/osip/ +PKG_SOURCE_URL:=@GNU/osip PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -26,7 +23,7 @@ $(PKG_BUILD_DIR)/.configured: $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(strip $(TARGET_CFLAGS))" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ + LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -89,5 +86,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libosip{,parser}2.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/libosip2.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev