/[packages]/cauldron/pcre/current/SOURCES/pcre-linkage_fix.diff
ViewVC logotype

Contents of /cauldron/pcre/current/SOURCES/pcre-linkage_fix.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 303179 - (show annotations) (download)
Sun Oct 7 04:41:42 2012 UTC (11 years, 5 months ago) by luigiwalser
File size: 701 byte(s)
- 8.31
- libpcre major is now 1
- update patches 2 and 4 (from oden)
- remove old conflicts

1 --- Makefile.am 2012-06-20 17:08:49.000000000 +0200
2 +++ Makefile.am.oden 2012-07-09 11:20:35.000000000 +0200
3 @@ -337,7 +337,7 @@
4 EXTRA_DIST += RunTest.bat
5 bin_PROGRAMS += pcretest
6 pcretest_SOURCES = pcretest.c
7 -pcretest_LDADD = $(LIBREADLINE)
8 +pcretest_LDADD = libpcre.la libpcreposix.la $(LIBREADLINE)
9 if WITH_PCRE8
10 pcretest_SOURCES += pcre_printint.c
11 pcretest_LDADD += libpcre.la libpcreposix.la
12 @@ -352,8 +352,7 @@
13 dist_noinst_SCRIPTS += RunGrepTest
14 bin_PROGRAMS += pcregrep
15 pcregrep_SOURCES = pcregrep.c
16 -pcregrep_LDADD = $(LIBZ) $(LIBBZ2)
17 -pcregrep_LDADD += libpcre.la libpcreposix.la
18 +pcregrep_LDADD = libpcre.la libpcreposix.la $(LIBZ) $(LIBBZ2)
19 endif # WITH_PCRE8
20
21 EXTRA_DIST += \

  ViewVC Help
Powered by ViewVC 1.1.30