11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
$NetBSD: patch-aa,v 1.2 1999/01/04 22:37:33 tv Exp $
|
|
|
|
--- usr/lib/libc.so.orig Thu Aug 13 12:00:12 1998
|
|
+++ usr/lib/libc.so Thu Aug 13 12:00:53 1998
|
|
@@ -1,4 +1,4 @@
|
|
/* GNU ld script
|
|
Use the shared library, but some functions are only in
|
|
the static library, so try that secondarily. */
|
|
-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )
|
|
+GROUP ( libc.so.6 libc_nonshared.a )
|