Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71433
Collapse All | Expand All

(-)amap-4.7.orig/amap-inc.h (-1 / +1 lines)
Lines 20-26 Link Here
20
#include <errno.h>
20
#include <errno.h>
21
#include <sys/resource.h>
21
#include <sys/resource.h>
22
#include <sys/wait.h>
22
#include <sys/wait.h>
23
#include "pcre-3.9/pcre.h"
23
#include <pcre.h>
24
#ifdef OPENSSL
24
#ifdef OPENSSL
25
 #include <openssl/ssl.h>
25
 #include <openssl/ssl.h>
26
 #include <openssl/err.h>
26
 #include <openssl/err.h>
(-)amap-4.7.orig/configure (-4 lines)
Lines 13-22 Link Here
13
  exit 0
13
  exit 0
14
fi
14
fi
15
15
16
cd pcre-3.9 || exit 1
17
./configure || exit 1
18
cd ..
19
20
echo
16
echo
21
echo
17
echo
22
echo "Starting amap auto configuration ..."
18
echo "Starting amap auto configuration ..."
(-)amap-4.7.orig/Makefile.am (-2 / +2 lines)
Lines 1-11 Link Here
1
CC=gcc
1
CC=gcc
2
LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/
2
LIB=-lpcre
3
OPT=-O2
3
OPT=-O2
4
OPT_DEBUG=-ggdb -Wall -lefence
4
OPT_DEBUG=-ggdb -Wall -lefence
5
DIR=/bin
5
DIR=/bin
6
SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc
6
SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc
7
MANPAGE=amap.1
7
MANPAGE=amap.1
8
all:	pcre strip
8
all:	amap amapcrap
9
9
10
pcre:
10
pcre:
11
	cd pcre-3.9 && make
11
	cd pcre-3.9 && make

Return to bug 71433