]> granicus.if.org Git - postgresql/commitdiff
Apparently there was a
authorMarc G. Fournier <scrappy@hub.org>
Sat, 14 Feb 1998 18:06:20 +0000 (18:06 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 14 Feb 1998 18:06:20 +0000 (18:06 +0000)
compiler define that should have been enabled, but was not due to
different naming conventions for Linux/Alpha. Attached is the patch he
sent me, that I have not had a chance to test yet.

From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

src/makefiles/Makefile.linux

index 8b440692c6d5926af5fef0de7919fbb17071809f..a39c10f77d6bc625c68641f52e5acd3df0a17f5d 100644 (file)
@@ -1,3 +1,4 @@
+CFLAGS = -I$(SRCDIR)/include -I/usr/include/ncurses -I/usr/include/readline -Dlinuxalpha -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
 ifdef LINUX_ELF
 # test for __ELF__ in C code so do not need LINUX_ELF defined
 # - thomas 1997-12-29