libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix to allow STRIP to contain spaces


From: Scott James Remnant
Subject: Fix to allow STRIP to contain spaces
Date: 02 Aug 2003 01:56:19 +0100

Debian Bug#183055

In libtool.m4 STRIP is not surrounded by quotes, therefore the user-set
STRIP environment variable cannot contain arguments.

Index: libtool.m4
===================================================================
--- libtool.m4  (revision 46)
+++ libtool.m4  (working copy)
@@ -4037,7 +4037,7 @@
 NM=$lt_NM
  
 # A symbol stripping program
-STRIP=$STRIP
+STRIP="$STRIP"
  
 # Used to examine libraries when file_magic_cmd begins "file"
 MAGIC_CMD=$MAGIC_CMD

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]