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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 303178 by blino, Sat Jan 8 13:42:40 2011 UTC revision 303179 by luigiwalser, Sun Oct 7 04:41:42 2012 UTC
# Line 1  Line 1 
1  --- Makefile.am 2009-02-27 17:02:49.000000000 +0100  --- Makefile.am 2012-06-20 17:08:49.000000000 +0200
2  +++ Makefile.am.oden    2009-06-10 16:30:38.000000000 +0200  +++ Makefile.am.oden    2012-07-09 11:20:35.000000000 +0200
3  @@ -243,13 +243,13 @@  @@ -337,7 +337,7 @@
4   EXTRA_DIST += RunTest.bat   EXTRA_DIST += RunTest.bat
5   bin_PROGRAMS += pcretest   bin_PROGRAMS += pcretest
6   pcretest_SOURCES = pcretest.c   pcretest_SOURCES = pcretest.c
7  -pcretest_LDADD = libpcreposix.la $(LIBREADLINE)  -pcretest_LDADD = $(LIBREADLINE)
8  +pcretest_LDADD = libpcre.la libpcreposix.la $(LIBREADLINE)  +pcretest_LDADD = libpcre.la libpcreposix.la $(LIBREADLINE)
9     if WITH_PCRE8
10   TESTS += RunGrepTest   pcretest_SOURCES += pcre_printint.c
11     pcretest_LDADD += libpcre.la libpcreposix.la
12    @@ -352,8 +352,7 @@
13   dist_noinst_SCRIPTS += RunGrepTest   dist_noinst_SCRIPTS += RunGrepTest
14   bin_PROGRAMS += pcregrep   bin_PROGRAMS += pcregrep
15   pcregrep_SOURCES = pcregrep.c   pcregrep_SOURCES = pcregrep.c
16  -pcregrep_LDADD = libpcreposix.la $(LIBZ) $(LIBBZ2)  -pcregrep_LDADD = $(LIBZ) $(LIBBZ2)
17    -pcregrep_LDADD += libpcre.la libpcreposix.la
18  +pcregrep_LDADD = libpcre.la libpcreposix.la $(LIBZ) $(LIBBZ2)  +pcregrep_LDADD = libpcre.la libpcreposix.la $(LIBZ) $(LIBBZ2)
19     endif # WITH_PCRE8
20    
21   EXTRA_DIST += \   EXTRA_DIST += \
    testdata/grepinput \  

Legend:
Removed from v.303178  
changed lines
  Added in v.303179

  ViewVC Help
Powered by ViewVC 1.1.30