]> git.pld-linux.org Git - packages/amap.git/commitdiff
- use system pcre
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 18 Sep 2008 17:12:54 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amap-system-pcre.patch -> 1.1

amap-system-pcre.patch [new file with mode: 0644]

diff --git a/amap-system-pcre.patch b/amap-system-pcre.patch
new file mode 100644 (file)
index 0000000..9eab85c
--- /dev/null
@@ -0,0 +1,45 @@
+diff -urN amap-5.2/amap-inc.h amap-5.2.new/amap-inc.h
+--- amap-5.2/amap-inc.h        2003-10-29 23:37:41.000000000 +0100
++++ amap-5.2.new/amap-inc.h    2008-09-18 18:54:40.000000000 +0200
+@@ -20,7 +20,7 @@
+ #include <errno.h>
+ #include <sys/resource.h>
+ #include <sys/wait.h>
+-#include "pcre-3.9/pcre.h"
++#include <pcre.h>
+ #ifdef OPENSSL
+  #include <openssl/ssl.h>
+  #include <openssl/err.h>
+diff -urN amap-5.2/configure amap-5.2.new/configure
+--- amap-5.2/configure 2005-06-03 15:34:19.000000000 +0200
++++ amap-5.2.new/configure     2008-09-18 18:54:57.000000000 +0200
+@@ -13,10 +13,6 @@
+   exit 0
+ fi
+-cd pcre-3.9 || exit 1
+-./configure || exit 1
+-cd ..
+-
+ echo
+ echo
+ echo "Starting amap auto configuration ..."
+diff -urN amap-5.2/Makefile.am amap-5.2.new/Makefile.am
+--- amap-5.2/Makefile.am       2005-09-22 17:39:18.000000000 +0200
++++ amap-5.2.new/Makefile.am   2008-09-18 18:55:34.000000000 +0200
+@@ -1,5 +1,5 @@
+ CC=gcc
+-LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/
++LIB=-lpcre
+ OPT=-O2
+ OPT_DEBUG=-ggdb -Wall -lefence
+ BINDIR=/bin
+@@ -7,7 +7,7 @@
+ MANDIR=/man/man1
+ SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc
+ MANPAGE=amap.1
+-all:  pcre strip
++all:  amap amapcrap
+ pcre:
+       cd pcre-3.9 && make
This page took 0.075277 seconds and 4 git commands to generate.