Commit f0b9b215 authored by Bruce Momjian's avatar Bruce Momjian

HPUX 10 patch.

parent 11b4a968
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)
endif
#HPUX_VERS:= $(shell uname -r) # Does anyone use this stuff?
#HPUX_MAJOR= ${HPUX_VERS:R:E}
#HPUX_MINOR= ${HPUX_VERS:E}
#ifdef ENFORCE_ALIGNMENT #ifdef ENFORCE_ALIGNMENT
# CFLAGS+= -DNOFIXADE # CFLAGS+= -DNOFIXADE
#else #else
...@@ -17,10 +20,6 @@ ...@@ -17,10 +20,6 @@
# endif # endif
# endif # endif
#endif #endif
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
#ifeq ($(HPUX_MAJOR), 10)
# LDFLAGS:= -lc $(LDFLAGS)
#endif
%.sl: %.o %.sl: %.o
$(LD) -b -o $@ $< $(LD) -b -o $@ $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment