From: Sascha Schumann Date: Sun, 20 May 2001 22:18:03 +0000 (+0000) Subject: Whoops, the expat directory needs the XML_BYTE_ORDER macro X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae503d3a142c18a3f9734c3c9b55470796ba0b3a;p=php Whoops, the expat directory needs the XML_BYTE_ORDER macro --- diff --git a/ext/xml/Makefile.in b/ext/xml/Makefile.in index bd73d30d44..baefc29f92 100644 --- a/ext/xml/Makefile.in +++ b/ext/xml/Makefile.in @@ -5,8 +5,6 @@ LTLIBRARY_DEPENDENCIES = $(EXPAT_INTERNAL_LIBADD) LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) LTLIBRARY_SHARED_NAME = xml.la LTLIBRARY_SHARED_LIBADD = $(EXPAT_SHARED_LIBADD) - -EXTRA_INCLUDES = $(XML_CPPFLAGS) SUBDIRS = $(EXPAT_SUBDIRS) diff --git a/ext/xml/expat/Makefile.in b/ext/xml/expat/Makefile.in index a7173241a1..39609a3403 100644 --- a/ext/xml/expat/Makefile.in +++ b/ext/xml/expat/Makefile.in @@ -2,4 +2,6 @@ LTLIBRARY_NAME = libexpat.la LTLIBRARY_SOURCES = xmlparse.c xmlrole.c xmltok.c +EXTRA_INCLUDES = $(XML_CPPFLAGS) + include $(top_srcdir)/build/dynlib.mk