Skip to content
Snippets Groups Projects
Commit 4b9fb266 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

HPUX patches from Vladimir Turin.

parent a638f662
No related branches found
No related tags found
No related merge requests found
#define JMP_BUF #define JMP_BUF
#define USE_POSIX_TIME #define USE_POSIX_TIME
#define USE_POSIX_SIGNALS
#define HAS_TEST_AND_SET #define HAS_TEST_AND_SET
typedef struct typedef struct
{ {
......
HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/') 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 # HP-UX 10 has a select() in libcurses, so we need to get the libc version first
ifeq ($(HPUX_MAJOR), 10) ifeq ($(HPUX_MAJOR), 10)
LDFLAGS:= -lc $(LDFLAGS) LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
endif endif
# Does anyone use this stuff? # Does anyone use this stuff?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment