提交 4b9fb266 编写于 作者: B Bruce Momjian

HPUX patches from Vladimir Turin.

上级 a638f662
#define JMP_BUF
#define USE_POSIX_TIME
#define USE_POSIX_SIGNALS
#define HAS_TEST_AND_SET
typedef struct
{
......
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?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册