Re: [xml] libxslt 1.0.2 build patch



On Fri, 17 Aug 2001 xml thewrittenword com wrote:

$(CFLAGS) will be used in libxslt/Makefile.in without having it in
$(INCLUDES). With it there, all $CFLAGS get duplicated.

--- libxslt/Makefile.am.orig    Fri Aug 17 22:12:58 2001
+++ libxslt/Makefile.am Fri Aug 17 22:13:08 2001
@@ -1,5 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt \
-        $(LIBXML_CFLAGS) $(CFLAGS)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt $(LIBXML_CFLAGS)
                             ^^^^^^^^^^^^^^^^^^^^^^
Instead obove can be siple used "-I."

kloczek
-- 
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek rudy mif pg gda pl*





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]