diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2007-04-14 12:57:07 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2007-04-14 12:57:07 +0000 |
commit | 1656cb76f76364c1d7623cbba365895ad888bd89 (patch) | |
tree | f5b787f10c0644bd913277ace426a46c1fc30997 | |
parent | 1b75d634a64074adc6f1cfc918556bebd72527f8 (diff) | |
download | postgresql-1656cb76f76364c1d7623cbba365895ad888bd89.tar.gz postgresql-1656cb76f76364c1d7623cbba365895ad888bd89.zip |
revert change to build xml2 until a better fix is found
-rw-r--r-- | contrib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index ee8c965004c..0123688ba24 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.72 2007/04/13 18:50:01 adunstan Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.73 2007/04/14 12:57:07 adunstan Exp $ subdir = contrib top_builddir = .. @@ -37,13 +37,9 @@ ifeq ($(with_openssl),yes) WANTED_DIRS += sslinfo endif -ifeq ($(with_libxml),yes) -WANTED_DIRS += xml2 -endif - # Missing: # start-scripts \ (does not have a makefile) - +# xml2 \ (requires libxml and libxslt installed) all install installdirs uninstall distprep clean distclean maintainer-clean: @for dir in $(WANTED_DIRS); do \ |