]> git.sur5r.net Git - openldap/commitdiff
Don't set -rpath $(libdir) on linking (yet)
authorKurt Zeilenga <kurt@openldap.org>
Sun, 1 Oct 2000 21:38:03 +0000 (21:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 1 Oct 2000 21:38:03 +0000 (21:38 +0000)
build/top.mk

index 6738cb7c6ca92450c2921d947dab7a3d8111ba13..b2a1d80f7e24e3d1b52d7f1867273f4aa103a609 100644 (file)
@@ -57,7 +57,10 @@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
 LIBTOOL = @LIBTOOL@
 LIBVERSION = @OPENLDAP_LIBVERSION@
 LTVERSION = -version-info $(LIBVERSION)
-LTLINK  = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
+#We don't use our own shared libraries (yet)
+#LTLINK  = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
+#      $(CFLAGS) $(LDFLAGS)
+LTLINK  = $(LIBTOOL) --mode=link $(CC) \
        $(CFLAGS) $(LDFLAGS)
 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)