Author: nhosoi
Update of /cvs/dirsec/ldapserver In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8616
Modified Files: Makefile.am configure.ac Log Message: Resolves: 207457 Summary: (64bitcounters) rhds 7.1 - server stats use 32-bit integers - entrycachehitratio 1503% Change description: 1) Makefile.am: instead of the inline assembly langauge file .il, include an independent .S file to the libslapd_la_SOURCES list. 2) add AM_PROG_AS to configure.ac to accept CCAS and CCASFLAGS. 3) slapi_counter.c: adjusted to slapi_counter_sunos_sparcv9.S. 4) add slapi_counter_sunos_sparcv9.S 5) remove slapi_counter_sunos_sparcv9.il
Index: Makefile.am =================================================================== RCS file: /cvs/dirsec/ldapserver/Makefile.am,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- Makefile.am 17 Oct 2008 22:12:45 -0000 1.74 +++ Makefile.am 22 Oct 2008 20:24:36 -0000 1.75 @@ -535,7 +535,7 @@ $(libavl_a_SOURCES)
if SOLARIS -libslapd_la_SOURCES += ldap/servers/slapd/slapi_counter_sunos_sparcv9.il +libslapd_la_SOURCES += ldap/servers/slapd/slapi_counter_sunos_sparcv9.S endif
libslapd_la_CPPFLAGS = $(PLUGIN_CPPFLAGS) @db_inc@ @svrcore_inc@
Index: configure.ac =================================================================== RCS file: /cvs/dirsec/ldapserver/configure.ac,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- configure.ac 13 Oct 2008 16:32:41 -0000 1.52 +++ configure.ac 22 Oct 2008 20:24:36 -0000 1.53 @@ -13,6 +13,7 @@ AC_PROG_CXX AC_PROG_CC AM_PROG_CC_C_O +AM_PROG_AS # disable static libs by default - we only use a couple AC_DISABLE_STATIC AC_PROG_LIBTOOL
389-commits@lists.fedoraproject.org