SOURCES: php-dbg-cli-pcre.patch (NEW) - use system pcre

glen glen at pld-linux.org
Sat Dec 30 14:10:30 CET 2006


Author: glen                         Date: Sat Dec 30 13:10:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system pcre

---- Files affected:
SOURCES:
   php-dbg-cli-pcre.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-dbg-cli-pcre.patch
diff -u /dev/null SOURCES/php-dbg-cli-pcre.patch:1.1
--- /dev/null	Sat Dec 30 14:10:30 2006
+++ SOURCES/php-dbg-cli-pcre.patch	Sat Dec 30 14:10:25 2006
@@ -0,0 +1,36 @@
+--- dbg-cli-2.13.1-src/configure.in~	2006-03-29 18:37:13.000000000 +0300
++++ dbg-cli-2.13.1-src/configure.in	2006-12-30 15:01:47.921033742 +0200
+@@ -162,7 +162,6 @@
+ AC_OUTPUT(Makefile \
+     dbg/Makefile \
+     dbgbase/Makefile \
+-    pcre/Makefile \
+ )
+ 
+ echo \
+--- dbg-cli-2.13.1-src/Makefile.am~	2006-03-29 14:24:50.000000000 +0300
++++ dbg-cli-2.13.1-src/Makefile.am	2006-12-30 15:03:59.973996835 +0200
+@@ -10,7 +10,7 @@
+ #                           the world-wide-web at http://dd.cron.ru/license
+ ###############################################################################
+ 
+-SUBDIRS = pcre dbgbase dbg
++SUBDIRS = dbgbase dbg
+ 
+ EXTRA_DIST = AUTHORS COPYING INSTALL README TODO buildconf configure \
+     config/config.guess \
+--- dbg-cli-2.13.1-src/dbg/Makefile.am~	2006-03-29 14:24:48.000000000 +0300
++++ dbg-cli-2.13.1-src/dbg/Makefile.am	2006-12-30 15:07:30.668724876 +0200
+@@ -14,9 +14,9 @@
+ bin_PROGRAMS = dbg-cli
+ dbg_cli_SOURCES = command.cpp dbgclient_classes.cpp main.cpp 
+ EXTRA_DIST = main.cpp dbgclient_classes.cpp dbgclient_classes.h command.cpp command.h 
+-INCLUDES=-I$(top_builddir)/pcre -I../
++INCLUDES= -I../
+ 
+-dbg_cli_LDADD= -ldbgbase -lpcre_1  -lstdc++ -lreadline -l$(TERM_LIB)
+-dbg_cli_LDFLAGS=-L$(top_builddir)/dbgbase -L$(top_builddir)/pcre
++dbg_cli_LDADD= -ldbgbase -lstdc++ -lreadline -l$(TERM_LIB)
++dbg_cli_LDFLAGS=-L$(top_builddir)/dbgbase
+ dbg_cli_CXXFLAGS=-I$(top_builddir)/dbgbase -I../
+ 
================================================================


More information about the pld-cvs-commit mailing list