2008-04-24 18:56:06 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# PCRE
|
|
|
|
#
|
|
|
|
#############################################################
|
2009-12-02 16:39:21 +01:00
|
|
|
|
2012-12-28 03:07:36 +01:00
|
|
|
PCRE_VERSION = 8.32
|
2008-04-24 18:56:06 +02:00
|
|
|
PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
|
2012-05-17 19:33:19 +02:00
|
|
|
PCRE_LICENSE = BSD-3c
|
|
|
|
PCRE_LICENSE_FILES = LICENCE
|
2008-04-24 18:56:06 +02:00
|
|
|
PCRE_INSTALL_STAGING = YES
|
2013-02-07 13:35:05 +01:00
|
|
|
PCRE_CONFIG_SCRIPTS = pcre-config
|
2008-04-24 18:56:06 +02:00
|
|
|
|
2008-08-16 14:32:54 +02:00
|
|
|
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
|
|
|
# pcre will use the host g++ if a cross version isn't available
|
|
|
|
PCRE_CONF_OPT = --disable-cpp
|
|
|
|
endif
|
2008-04-24 18:56:06 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|