diff options
author | Bruce Momjian | 1997-09-29 03:27:18 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-29 03:27:18 +0000 |
commit | 4b9fb266481783aabfa5afca9f6081084bf5f1e1 (patch) | |
tree | 63f4007b8d0d1c8cb12d085be345aec0046a1b1a /src/makefiles/Makefile.hpux | |
parent | a638f6625bafacc2cd675674619f72b46e24e438 (diff) |
HPUX patches from Vladimir Turin.
Diffstat (limited to 'src/makefiles/Makefile.hpux')
-rw-r--r-- | src/makefiles/Makefile.hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index 632bb6e75e4..98c2ed76cc4 100644 --- a/src/makefiles/Makefile.hpux +++ b/src/makefiles/Makefile.hpux @@ -1,7 +1,7 @@ HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/') # HP-UX 10 has a select() in libcurses, so we need to get the libc version first ifeq ($(HPUX_MAJOR), 10) - LDFLAGS:= -lc $(LDFLAGS) + LDFLAGS:= -Wl,-E -lc $(LDFLAGS) endif # Does anyone use this stuff? |