From d01f79fbfcd1831886e75b178f4f0b3c40f661ed Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 19 Jun 2004 09:31:33 +0000 Subject: BROKEN on amd64: Shared libraries must be compiled with -fPIC) --- irc/anope/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'irc/anope') diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 37ea521867c5..802fefa0b86c 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -49,6 +49,10 @@ ANOPEUMASK?= 077 .include +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" +.endif + .if defined(WITH_MYSQL) USE_MYSQL= yes .endif -- cgit v1.2.3