OSDN Git Service

HPUX patches from Vladimir Turin.
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Sep 1997 03:27:18 +0000 (03:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Sep 1997 03:27:18 +0000 (03:27 +0000)
src/include/port/hpux.h
src/makefiles/Makefile.hpux

index 68690cd..b78b43f 100644 (file)
@@ -1,5 +1,6 @@
 #define JMP_BUF
 #define USE_POSIX_TIME
+#define USE_POSIX_SIGNALS
 #define HAS_TEST_AND_SET
 typedef struct
 {
index 632bb6e..98c2ed7 100644 (file)
@@ -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?