diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-01-01 05:59:24 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-01-01 05:59:24 +0000 |
commit | e447a467fa76a06c3f64fdee4abe104656386bdc (patch) | |
tree | 2257bd480da0b8aeff920f2f4f50367a648423be | |
parent | 37f17d39c10d3cfa89d653f59a6eee5f76357214 (diff) | |
download | postgresql-e447a467fa76a06c3f64fdee4abe104656386bdc.tar.gz postgresql-e447a467fa76a06c3f64fdee4abe104656386bdc.zip |
Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
-rw-r--r-- | src/makefiles/Makefile.linux | 3 |
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 |