* Fix compile bug with some compilers on 64 bit. Changes 1.16.33: * Build: Fix prototype/definition mismatch in libwww.cpp with some compilers (e.g. Solaris). * Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris). Changes 1.16.32: * Windows Abyss server: properly handle wait for connection. Changes 1.16.31: * CGI XML-RPC server accepts (ignores) parameters after "text/xml" in Content-type header from client.
13 lines
321 B
Text
13 lines
321 B
Text
$NetBSD: patch-ae,v 1.3 2011/04/06 07:45:48 adam Exp $
|
|
|
|
--- lib/expat/Makefile.orig 2011-03-25 16:58:35.000000000 +0000
|
|
+++ lib/expat/Makefile
|
|
@@ -9,7 +9,7 @@ SUBDIR := lib/expat
|
|
include $(BLDDIR)/config.mk
|
|
|
|
# Build up SUBDIRS:
|
|
-SUBDIRS = gennmtab xmlparse xmltok
|
|
+SUBDIRS = gennmtab xmltok xmlparse
|
|
|
|
default: all
|
|
|