]> git.pld-linux.org Git - packages/amap.git/blame - amap-system-pcre.patch
- use system pcre
[packages/amap.git] / amap-system-pcre.patch
CommitLineData
3ebd5ae8
MB
1diff -urN amap-5.2/amap-inc.h amap-5.2.new/amap-inc.h
2--- amap-5.2/amap-inc.h 2003-10-29 23:37:41.000000000 +0100
3+++ amap-5.2.new/amap-inc.h 2008-09-18 18:54:40.000000000 +0200
4@@ -20,7 +20,7 @@
5 #include <errno.h>
6 #include <sys/resource.h>
7 #include <sys/wait.h>
8-#include "pcre-3.9/pcre.h"
9+#include <pcre.h>
10 #ifdef OPENSSL
11 #include <openssl/ssl.h>
12 #include <openssl/err.h>
13diff -urN amap-5.2/configure amap-5.2.new/configure
14--- amap-5.2/configure 2005-06-03 15:34:19.000000000 +0200
15+++ amap-5.2.new/configure 2008-09-18 18:54:57.000000000 +0200
16@@ -13,10 +13,6 @@
17 exit 0
18 fi
19
20-cd pcre-3.9 || exit 1
21-./configure || exit 1
22-cd ..
23-
24 echo
25 echo
26 echo "Starting amap auto configuration ..."
27diff -urN amap-5.2/Makefile.am amap-5.2.new/Makefile.am
28--- amap-5.2/Makefile.am 2005-09-22 17:39:18.000000000 +0200
29+++ amap-5.2.new/Makefile.am 2008-09-18 18:55:34.000000000 +0200
30@@ -1,5 +1,5 @@
31 CC=gcc
32-LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/
33+LIB=-lpcre
34 OPT=-O2
35 OPT_DEBUG=-ggdb -Wall -lefence
36 BINDIR=/bin
37@@ -7,7 +7,7 @@
38 MANDIR=/man/man1
39 SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc
40 MANPAGE=amap.1
41-all: pcre strip
42+all: amap amapcrap
43
44 pcre:
45 cd pcre-3.9 && make
This page took 0.055812 seconds and 4 git commands to generate.