[PATCH] PCRE broke my build.
- From: Gordon Oliver <gordo pincoya com>
- To: balsa-list gnome org
- Subject: [PATCH] PCRE broke my build.
- Date: Thu, 19 Jul 2001 14:59:49 -0700
Hi.
There was a missing include in the build for libbalsa (RedHat 7.1).
Somehow the PCRE_CFLAGS did not get included (which causes problems when
including libmutt.h). Here is the (one-line) patch.
-gordo
Index: libbalsa/Makefile.am
===================================================================
RCS file: /cvs/gnome/balsa/libbalsa/Makefile.am,v
retrieving revision 1.37
diff -u -r1.37 Makefile.am
--- libbalsa/Makefile.am 2001/07/11 20:48:19 1.37
+++ libbalsa/Makefile.am 2001/07/19 21:49:22
@@ -66,4 +66,4 @@
libbalsa_a_LIBADD = @LIBOBJS@
INCLUDES=-I. -I${top_srcdir} -I${top_builddir}/libmutt \
- $(GNOME_INCLUDEDIR)
+ $(GNOME_INCLUDEDIR) $(PCRE_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]