We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efbe8d commit f49d413Copy full SHA for f49d413
src/makefiles/Makefile.hpux
@@ -2,7 +2,6 @@ HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/')
2
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
3
ifeq ($(HPUX_MAJOR), 10)
4
LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
5
- CFLAGS+= -DUSE_POSIX_SIGNALS
6
endif
7
8
# HP-UX 09 needs libc before libPW, so we need to get the libc version first
0 commit comments