components/pcre/patches/02-Makefile_in.patch
author April Chin <april.chin@oracle.com>
Fri, 10 Jul 2015 08:56:04 -0700
branchs11u2-sru
changeset 4620 e3a4a6201724
parent 730 components/pcre/patches/Makefile.in.patch@38f3620b2700
permissions -rw-r--r--
21290075 update pcre to version 8.37 20069753 problem in LIBRARY/PCRE 21093256 problem in LIBRARY/PCRE 21179786 problem in LIBRARY/PCRE 21195811 problem in LIBRARY/PCRE 21330611 problem in LIBRARY/PCRE 15417417 SUNBT6594265 man page for pcregrep is missing "Last change:" date
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4620
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     1
# Patch was developed in-house and is not appropriate for upstream.
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     2
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     3
--- pcre-8.37-orig/Makefile.in	Tue Apr 28 04:37:57 2015
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     4
+++ pcre-8.37/Makefile.in	Fri May  8 14:57:44 2015
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     5
@@ -782,9 +782,9 @@
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
 EXEEXT = @EXEEXT@
4620
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     7
 EXTRA_LIBPCRE16_LDFLAGS = @EXTRA_LIBPCRE16_LDFLAGS@
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     8
 EXTRA_LIBPCRE32_LDFLAGS = @EXTRA_LIBPCRE32_LDFLAGS@
230
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
-EXTRA_LIBPCRECPP_LDFLAGS = @EXTRA_LIBPCRECPP_LDFLAGS@
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
-EXTRA_LIBPCREPOSIX_LDFLAGS = @EXTRA_LIBPCREPOSIX_LDFLAGS@
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
-EXTRA_LIBPCRE_LDFLAGS = @EXTRA_LIBPCRE_LDFLAGS@
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
+EXTRA_LIBPCRECPP_LDFLAGS = @CXXFLAGS@ @LDFLAGS@
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
+EXTRA_LIBPCREPOSIX_LDFLAGS = @LDFLAGS@
d6efadb643f7 7042700 move pcre from SFW to userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
+EXTRA_LIBPCRE_LDFLAGS = @LDFLAGS@
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents: 230
diff changeset
    15
 FGREP = @FGREP@
4620
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    16
 GCOV_CFLAGS = @GCOV_CFLAGS@
e3a4a6201724 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    17
 GCOV_CXXFLAGS = @GCOV_CXXFLAGS@