![florian](/assets/img/avatar_default.png)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5955 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
875 B
Diff
13 lines
875 B
Diff
diff -urN pcre-7.0/Makefile.in pcre-7.0.new/Makefile.in
|
|
--- pcre-7.0/Makefile.in 2006-12-19 10:31:35.000000000 +0100
|
|
+++ pcre-7.0.new/Makefile.in 2007-01-01 21:43:22.000000000 +0100
|
|
@@ -102,7 +102,7 @@
|
|
# to do one or the other or both by ./configure.
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
|
|
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(CPPFLAGS) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
|
|
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
|
|
@ON_WINDOWS@LINK = $(CC) $(LDFLAGS) -I. -I$(top_srcdir) -L.libs
|
|
@NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -I. -I$(top_srcdir)
|