Fix a bug in configure.
This commit is contained in:
parent
1f6ed4e868
commit
3021038ffd
1 changed files with 13 additions and 0 deletions
13
sysutils/mtools/patches/patch-ab
Normal file
13
sysutils/mtools/patches/patch-ab
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ab,v 1.1 1998/08/17 00:11:34 kim Exp $
|
||||
|
||||
--- configure.ORIG Sun Aug 16 19:58:30 1998
|
||||
+++ configure Sun Aug 16 20:00:49 1998
|
||||
@@ -2550,7 +2550,7 @@
|
||||
fi
|
||||
|
||||
|
||||
-if [ $host_vendor = linux ] ; then
|
||||
+if [ "$host_vendor" = linux ] ; then
|
||||
LDFLAGS="$LDFLAGS -z"
|
||||
fi
|
||||
|
Loading…
Reference in a new issue