Refer to uninstalled libtool archives by their full path (as the libtool

manual tells you to), instead of "-Lsrcdir -llib".
This commit is contained in:
jlam 2002-09-21 10:38:57 +00:00
parent c1ea81378b
commit 134a3af310
2 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.11 2002/08/25 19:22:25 jlam Exp $ $NetBSD: distinfo,v 1.12 2002/09/21 10:38:57 jlam Exp $
SHA1 (bonobo-1.0.18.tar.gz) = e6f6790e0c0eb29a295163f643569e36896d27a0 SHA1 (bonobo-1.0.18.tar.gz) = e6f6790e0c0eb29a295163f643569e36896d27a0
Size (bonobo-1.0.18.tar.gz) = 1279988 bytes Size (bonobo-1.0.18.tar.gz) = 1279988 bytes
SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397 SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397
SHA1 (patch-ab) = f0e9525cc00145687fbeab000023c566e797c6c4
SHA1 (patch-ac) = 1d8f6121f1ad54d95cace5f79f8e17cb24522857 SHA1 (patch-ac) = 1d8f6121f1ad54d95cace5f79f8e17cb24522857
SHA1 (patch-ad) = dd532f6506516babb55442b5f3e44e04721c4a99

View file

@ -0,0 +1,14 @@
$NetBSD: patch-ad,v 1.1 2002/09/21 10:38:57 jlam Exp $
--- storage-modules/Makefile.in.orig Sat Sep 21 03:15:12 2002
+++ storage-modules/Makefile.in
@@ -186,8 +186,7 @@ libstorage_efs_la_SOURCES = \
libstorage_efs_la_LDFLAGS = \
$(common_ldflags) \
- -L$(top_builddir)/libefs/src \
- -lefs
+ $(top_builddir)/libefs/src/libefs.la
#