X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fpkg-config%2FMakefile;h=bda7df7757bb91b6e7f0c71d760d08f45ea69cf5;hb=0d8df3baafd9e234ac50c44b41acd8a2aaec2879;hp=0a68e742a5ef1054809ba016aa860d55fdc41e54;hpb=800e84cc0ff36cfbc254ec9681d8731a4fd480f1;p=openwrt.git diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index 0a68e742a5..bda7df7757 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkg-config -PKG_VERSION:=0.22 +PKG_VERSION:=0.25 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/ -PKG_MD5SUM:=fd5c547e9d66ba49bc735ccb8c791f2a +PKG_MD5SUM:=a3270bab3f4b69b7dc6dbdacbcae9745 include $(INCLUDE_DIR)/host-build.mk @@ -24,11 +24,11 @@ define Host/Install install mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real $(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config + $(INSTALL_DATA) $(HOST_BUILD_DIR)/pkg.m4 $(STAGING_DIR)/host/share/aclocal/ endef define Host/Clean - $(MAKE) -C $(HOST_BUILD_DIR) uninstall - $(MAKE) -C $(HOST_BUILD_DIR) clean + -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) endef