Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1656cb7

Browse files
committed
revert change to build xml2 until a better fix is found
1 parent 1b75d63 commit 1656cb7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

contrib/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.72 2007/04/13 18:50:01 adunstan Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.73 2007/04/14 12:57:07 adunstan Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -37,13 +37,9 @@ ifeq ($(with_openssl),yes)
3737
WANTED_DIRS += sslinfo
3838
endif
3939

40-
ifeq ($(with_libxml),yes)
41-
WANTED_DIRS += xml2
42-
endif
43-
4440
# Missing:
4541
# start-scripts \ (does not have a makefile)
46-
42+
# xml2 \ (requires libxml and libxslt installed)
4743

4844
all install installdirs uninstall distprep clean distclean maintainer-clean:
4945
@for dir in $(WANTED_DIRS); do \

0 commit comments

Comments
 (0)