From: <abe...@us...> - 2014-01-18 13:24:21
|
Revision: 6365 http://sourceforge.net/p/astlinux/code/6365 Author: abelbeck Date: 2014-01-18 13:24:18 +0000 (Sat, 18 Jan 2014) Log Message: ----------- pcre, version bump to 8.34 Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2014-01-18 04:00:37 UTC (rev 6364) +++ branches/1.0/package/pcre/pcre.mk 2014-01-18 13:24:18 UTC (rev 6365) @@ -4,7 +4,7 @@ # ############################################################# -PCRE_VERSION = 8.33 +PCRE_VERSION = 8.34 PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre PCRE_INSTALL_STAGING = YES @@ -18,14 +18,12 @@ -e 's,^exec_prefix=.*,exec_prefix=$(STAGING_DIR)/usr,' \ $(STAGING_DIR)/usr/bin/pcre-config endef - PCRE_POST_INSTALL_STAGING_HOOKS += PCRE_STAGING_PCRE_CONFIG_FIXUP +ifneq ($(BR2_HAVE_DEVFILES),y) define PCRE_TARGET_REMOVE_PCRE_CONFIG rm -f $(TARGET_DIR)/usr/bin/pcre-config endef - -ifneq ($(BR2_HAVE_DEVFILES),y) PCRE_POST_INSTALL_TARGET_HOOKS += PCRE_TARGET_REMOVE_PCRE_CONFIG endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |