[Fedora-directory-commits] adminutil/lib/libadminutil Makefile, 1.4, 1.5 psetc.c, 1.1.1.1, 1.2

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Dec 15 21:08:15 UTC 2005


Author: nhosoi

Update of /cvs/dirsec/adminutil/lib/libadminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11019/lib/libadminutil

Modified Files:
	Makefile psetc.c 
Log Message:
[172166] Admin Util build (64-bit)
1) nsarch does not run well since the output of 'ld --help' did not match the
given regular expression.
2) added "_64" to the NSCONFIG macro to pick up the mozilla components.
3) added version number to the ident string
4) replaced 'perl <perlprogram>' with '/usr/bin/env perl <perlprogram>'
5) cleaned up warning message from gcc



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/adminutil/lib/libadminutil/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	6 Dec 2005 18:38:37 -0000	1.4
+++ Makefile	15 Dec 2005 21:07:44 -0000	1.5
@@ -77,7 +77,6 @@
 all: $(OBJDEST) $(SO_LIB) resource_bundle
 
 $(OBJDEST):
-	echo $(SO_LIB)
 	mkdir -p $(OBJDEST)
 
 # stop building static libraries


Index: psetc.c
===================================================================
RCS file: /cvs/dirsec/adminutil/lib/libadminutil/psetc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- psetc.c	20 Jul 2005 22:51:32 -0000	1.1.1.1
+++ psetc.c	15 Dec 2005 21:07:44 -0000	1.2
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <ctype.h>
 #include "psetc_pvt.h"
+#include "libadminutil/admutil.h"
 #include "dbtadmutil.h"
 #include <ldap_ssl.h>
 




More information about the Fedora-directory-commits mailing list