diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-14 18:06:20 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-14 18:06:20 +0000 |
commit | d1891c6fb33e6cd1f6d0de945df3b70432a184a3 (patch) | |
tree | 88a91ff01c209f32af1fb76563ce183a039648ba /src | |
parent | b59e20db1ac66e960d69a19a3bfd11e83c1d9eef (diff) | |
download | postgresql-d1891c6fb33e6cd1f6d0de945df3b70432a184a3.tar.gz postgresql-d1891c6fb33e6cd1f6d0de945df3b70432a184a3.zip |
Apparently there was a
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index 8b440692c6d..a39c10f77d6 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -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 |