mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
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>
This commit is contained in:
parent
b59e20db1a
commit
d1891c6fb3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user