Author: nhosoi
Update of /cvs/dirsec/setuputil/installer/unix In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14258/installer/unix
Modified Files: Makefile Log Message: [175900] SetupUtil build (IPF) Ported onto HP-UX IPF (B.11.23)
Index: Makefile =================================================================== RCS file: /cvs/dirsec/setuputil/installer/unix/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile 29 Jul 2005 22:16:30 -0000 1.1.1.1 +++ Makefile 28 Jan 2006 02:33:20 -0000 1.2 @@ -94,26 +94,27 @@
ifeq ($(ARCH), HPUX) -ifeq ($(NSOS_RELEASE),B.11.00) -MODERNHP=1 -endif -ifeq ($(NSOS_RELEASE), B.11.11) -MODERNHP=1 -endif - -ifdef MODERNHP -ifeq ($(USE_64), 1) -CURSES=-lcurses + ifeq ($(NSOS_RELEASE),B.11.00) + OLDHP:=1 + endif + ifeq ($(NSOS_RELEASE), B.11.11) + OLDHP:=1 + endif + +ifdef OLDHP + ifeq ($(USE_64), 1) + CURSES=-lcurses + else + CFLAGS += -D__HP_CURSES + CURSES=-lHcurses + EXTRA_LIBS+= -ld4r + endif else -CFLAGS += -D__HP_CURSES -CURSES=-lHcurses -EXTRA_LIBS+= -ld4r -endif -else -CURSES=/usr/lib/libcurses.a + CURSES:=-lcurses endif + else -CURSES=-lcurses -ltermcap + CURSES:=-lcurses -ltermcap endif
389-commits@lists.fedoraproject.org