[Fedora-directory-commits] ldapserver/ldap/cm Makefile,1.68,1.69

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Tue Nov 7 04:20:16 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12915/ldapserver/ldap/cm

Modified Files:
	Makefile 
Log Message:
1) Fedora Core 6 build fixes
FC 6 does not have /usr/include/linux/sys.h.  The two files in the diff below include it, but I'm not sure why.  If you look at the file on an earlier system, it appears that there is nothing in it.  All it seems to do is define NR_syscalls, which is not used anywhere in any include file that I can find, nor in any ds code.  So I propose changing the code not to include this file.
2) Change version to 1.0.4
I already got the other files, except for ldap/cm/Makefile



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- Makefile	3 Nov 2006 19:49:52 -0000	1.68
+++ Makefile	7 Nov 2006 04:20:13 -0000	1.69
@@ -110,9 +110,9 @@
 endif
 
 ifdef USE_64
-VERSION=-ver 1.0.3-64bit
+VERSION=-ver 1.0.4-64bit
 else
-VERSION=-ver 1.0.3
+VERSION=-ver 1.0.4
 endif
 
 ifeq ($(ARCH), HPUX)
@@ -276,7 +276,7 @@
 ifdef BUILD_RPM
 # name and version of RPM - must correspond to the spec file - these get branded
 	RPM_BASE_NAME=fedora
-	RPM_VERSION=1.0.3
+	RPM_VERSION=1.0.4
 	RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
 	RPM_ARCH = $(shell uname -i)
 # root dir for RPM built and temp files




More information about the Fedora-directory-commits mailing list