mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
This should fix Stan's USE_POSIX_SIGNALS problem as well
This commit is contained in:
parent
9efbe8d761
commit
f49d41353d
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ 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:= -Wl,-E -lc $(LDFLAGS)
|
||||
CFLAGS+= -DUSE_POSIX_SIGNALS
|
||||
endif
|
||||
|
||||
# HP-UX 09 needs libc before libPW, so we need to get the libc version first
|
||||
|
|
|
|||
Loading…
Reference in a new issue