mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
HPUX patches from Vladimir Turin.
This commit is contained in:
parent
a638f6625b
commit
4b9fb26648
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user