mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Bump pcre to 7.9
Closes #763. [Peter: Only remove pcre-config from target if !BR2_HAVE_DEVFILES] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
79c9a433ed
commit
9f17728fb5
@@ -3,11 +3,10 @@
|
||||
# PCRE
|
||||
#
|
||||
#############################################################
|
||||
PCRE_VERSION = 7.7
|
||||
PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
|
||||
|
||||
PCRE_VERSION = 7.9
|
||||
PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
|
||||
PCRE_INSTALL_STAGING = YES
|
||||
PCRE_INSTALL_TARGET = YES
|
||||
|
||||
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
# pcre will use the host g++ if a cross version isn't available
|
||||
@@ -21,4 +20,7 @@ $(PCRE_HOOK_POST_INSTALL): $(PCRE_TARGET_INSTALL_TARGET)
|
||||
-e 's,^exec_prefix=.*,exec_prefix=$(STAGING_DIR)/usr,' \
|
||||
$(STAGING_DIR)/usr/bin/pcre-config
|
||||
rm -rf $(TARGET_DIR)/usr/share/doc/pcre
|
||||
ifneq ($(BR2_HAVE_DEVFILES),y)
|
||||
rm -f $(TARGET_DIR)/usr/bin/pcre-config
|
||||
endif
|
||||
touch $@
|
||||
|
||||
Reference in New Issue
Block a user