Skip to content
Snippets Groups Projects
Commit f49d4135 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

This should fix Stan's USE_POSIX_SIGNALS problem as well

parent 9efbe8d7
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/') ...@@ -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 # 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:= -Wl,-E -lc $(LDFLAGS) LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
CFLAGS+= -DUSE_POSIX_SIGNALS
endif endif
# HP-UX 09 needs libc before libPW, so we need to get the libc version first # HP-UX 09 needs libc before libPW, so we need to get the libc version first
......
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