Remove build system hack that causes build to fail for new libtool.
This commit is contained in:
parent
9c2e4ae975
commit
9decadec29
3 changed files with 23 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-sum,v 1.3 2000/09/05 15:01:29 jwise Exp $
|
||||
$NetBSD: patch-sum,v 1.4 2001/03/05 12:35:33 skrll Exp $
|
||||
|
||||
MD5 (patch-aa) = f41c2af96f7daff13b5c879be0aa11c7
|
||||
MD5 (patch-ab) = 67cacf99baf3af81c39c614c64a7461d
|
||||
MD5 (patch-aa) = 0bb8391f40d10ed74925e18253ba2134
|
||||
MD5 (patch-ab) = 72268dfec42fe479522092e2e1f50d5b
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.3 2000/08/29 21:09:54 jwise Exp $
|
||||
--- Makefile.in.orig Thu Jun 8 15:35:14 2000
|
||||
+++ Makefile.in Tue Aug 29 16:32:25 2000
|
||||
$NetBSD: patch-aa,v 1.4 2001/03/05 12:35:33 skrll Exp $
|
||||
|
||||
--- Makefile.in.orig Thu Jun 8 20:35:14 2000
|
||||
+++ Makefile.in
|
||||
@@ -35,7 +35,7 @@
|
||||
DESTDIR =
|
||||
|
||||
|
@ -19,3 +20,15 @@ $NetBSD: patch-aa,v 1.3 2000/08/29 21:09:54 jwise Exp $
|
|||
pkgindex_DATA = pkgIndex.tcl
|
||||
|
||||
# tclStubLib.c is a dummy file just to fool automake
|
||||
@@ -491,11 +491,6 @@
|
||||
|
||||
test:
|
||||
echo 'load .libs/libtclgdbm.so Tclgdbm ; source torture.tcl' | tclsh@TCL_VERSION@
|
||||
-
|
||||
-# override normal libtool rule
|
||||
-tclStubLib.lo : @TCL_STUB_LIB_PATH@
|
||||
- ar -x @TCL_STUB_LIB_PATH@
|
||||
- mv tclStubLib.o tclStubLib.lo
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: patch-ab,v 1.3 2000/09/05 15:01:29 jwise Exp $
|
||||
--- configure.orig Tue Sep 5 10:18:57 2000
|
||||
+++ configure Tue Sep 5 10:19:11 2000
|
||||
$NetBSD: patch-ab,v 1.4 2001/03/05 12:35:33 skrll Exp $
|
||||
|
||||
--- configure.orig Thu Jun 8 20:35:03 2000
|
||||
+++ configure
|
||||
@@ -1750,20 +1750,6 @@
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue