d0e9c3f08c
This is ircd-hybrid, the highly modified (and hopefully improved) variant of the original ircd program by Jarkko Oikarinen. Tested by Alex Popov, Sebastian Trahm, okan@ and sthen@. Thanks! Hints and help from fgsch@ and sthen@. ok sthen@
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
$OpenBSD: patch-modules_Makefile_in,v 1.1.1.1 2009/01/28 23:35:07 bernd Exp $
|
|
--- modules/Makefile.in.orig Tue Jan 27 21:13:38 2009
|
|
+++ modules/Makefile.in Tue Jan 27 21:13:46 2009
|
|
@@ -27,7 +27,7 @@ datarootdir = $(DESTDIR)@datarootdir@
|
|
moduledir = ${prefix}/modules
|
|
automoduledir = ${moduledir}/autoload
|
|
|
|
-INCLUDES = -I../include -I../lib/pcre $(SSL_INCLUDES)
|
|
+INCLUDES = -I../include $(SSL_INCLUDES)
|
|
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
|
|
|
CORE_SRCS = \
|