[Fedora-directory-commits] adminserver/admserv/newinst/src Makefile, 1.7, 1.8

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Feb 1 23:04:59 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/newinst/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19006/admserv/newinst/src

Modified Files:
	Makefile 
Log Message:
[179394] HP-UX IPF support (adminserver)
0) support HP-UX 11.23 ia64
1) adjusted to the components' path name change (suffix, version number)
2) added [admin] section to setup.inf (in pkgadmin.mk)
3) fixed type mismatch for the cert version
4) adjusted the admin jar names
5) created symlinks libxxx.so for libxxx.so.## (e.g., libicui18n.so for libicui18n.so.34)
6) added "admin" to the component list: "Components = ..." in setup.inf



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	29 Sep 2005 22:12:00 -0000	1.7
+++ Makefile	1 Feb 2006 23:04:41 -0000	1.8
@@ -32,7 +32,7 @@
 
 include $(BUILD_ROOT)/nsconfig.mk
 
-MODULE_CFLAGS = -DUSE_ADMSERV
+MODULE_CFLAGS += -DUSE_ADMSERV
 
 OBJDEST=$(ADMSERV_OBJDIR)/install/obj
 BINDEST=$(ADMSERV_OBJDIR)/install/bin
@@ -98,7 +98,7 @@
                CURSES=-lHcurses
                EXTRA_LIBS+= -ld4r
             else
-               CURSES=/usr/lib/libcurses.a
+               CURSES=-lcurses
             endif
          endif
       endif




More information about the Fedora-directory-commits mailing list