mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
HPUX patches from Vladimir Turin.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#define JMP_BUF
|
||||
#define USE_POSIX_TIME
|
||||
#define USE_POSIX_SIGNALS
|
||||
#define HAS_TEST_AND_SET
|
||||
typedef struct
|
||||
{
|
||||
|
@@ -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?
|
||||
|
Reference in New Issue
Block a user