提交 f0ff9ac0 编写于 作者: M Marc G. Fournier

Fix from Andrew for compiling libpgtcl...basically, switch off -Werror,

which probably isn't needed, since we are going to take off -Werror
anyway, right?
上级 e1e8301c
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.8 1997/01/10 18:55:14 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.9 1997/01/23 16:04:25 scrappy Exp $
#
#-------------------------------------------------------------------------
......@@ -25,6 +25,11 @@ ifdef KRBVERS
CFLAGS+= $(KRBFLAGS)
endif
ifeq ($(CC), gcc)
CFLAGS+= -Wno-error
endif
ifeq ($(PORTNAME), linux)
ifdef LINUX_ELF
ifeq ($(CC), gcc)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册