aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-01-01 05:59:24 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-01-01 05:59:24 +0000
commite447a467fa76a06c3f64fdee4abe104656386bdc (patch)
tree2257bd480da0b8aeff920f2f4f50367a648423be /src
parent37f17d39c10d3cfa89d653f59a6eee5f76357214 (diff)
downloadpostgresql-e447a467fa76a06c3f64fdee4abe104656386bdc.tar.gz
postgresql-e447a467fa76a06c3f64fdee4abe104656386bdc.zip
Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
Diffstat (limited to 'src')
-rw-r--r--src/makefiles/Makefile.linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux
index 7179f0b0ad6..8b440692c6d 100644
--- a/src/makefiles/Makefile.linux
+++ b/src/makefiles/Makefile.linux
@@ -1,4 +1,7 @@
ifdef LINUX_ELF
+# test for __ELF__ in C code so do not need LINUX_ELF defined
+# - thomas 1997-12-29
+#CFLAGS+= -DLINUX_ELF
LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
endif
MK_NO_LORDER= true