]> git.sur5r.net Git - openldap/commitdiff
Partially fix slapi builds, still have undefined references
authorKurt Zeilenga <kurt@openldap.org>
Fri, 23 May 2003 06:27:38 +0000 (06:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 23 May 2003 06:27:38 +0000 (06:27 +0000)
configure
configure.in
servers/slapd/Makefile.in

index dcc0cf604760769c7fec50c844b947bbf2026309..281111522ac1b8c4376d2e0d55e26254bba35b4a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.476 2003/05/23 03:22:44 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.477 2003/05/23 03:27:34 kurt Exp  
 
 # Copyright 1998-2003 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -23009,7 +23009,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
                SLAPI_LIBS=-lltdl
-               LIBSLAPI=./libslapi.a
+               LIBSLAPI=libslapi.a
                LIBSLAPITOOLS=../libslapi.a
                cat >> confdefs.h <<\EOF
 #define HAVE_LIBLTDL 1
index 294af04c2c346970e93d2935e3b62af9d44df6fb..fc360fabc471124a1ad54216e6ed2d02e8876c3b 100644 (file)
@@ -2507,7 +2507,7 @@ if test "$ol_enable_slapi" != no ; then
        fi
        AC_CHECK_LIB(ltdl, lt_dlinit, [
                SLAPI_LIBS=-lltdl
-               LIBSLAPI=./libslapi.a
+               LIBSLAPI=libslapi.a
                LIBSLAPITOOLS=../libslapi.a
                AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
        ],[AC_MSG_ERROR([could not locate libtool -lltdl])])
index 45f3ccad9c1ef0e1de0348b12e30defcbcdb3952..5c9dc42ad7027f4d58ad8f63ca0a2dda8f65fd16 100644 (file)
@@ -230,7 +230,7 @@ libslapi.a: .slapi
        (cd slapi; $(MAKE) $(MFLAGS) all)
        cp slapi/.libs/libslapi.a .
 
-.slapi: $(SLAPD_OBJECTS)
+.slapi: FORCE
        $(AR) ruv slapi/libtmpslapd.a $(OBJS)
        (cd slapi; $(MAKE) $(MFLAGS) all)