[mysql++] Delete a broken Libtool-related link.

Björn Persson rombobeorn at fedoraproject.org
Sat Mar 14 19:56:39 UTC 2015


commit c3b38ec1376473cbd164dcb91ab1d9cc468e4462
Author: Björn Persson <Bjorn at Rombobjörn.se>
Date:   Sat Mar 14 20:56:34 2015 +0100

    Delete a broken Libtool-related link.

 mysql++.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/mysql++.spec b/mysql++.spec
index 7221af0..f9c45a1 100644
--- a/mysql++.spec
+++ b/mysql++.spec
@@ -70,6 +70,9 @@ for file in CREDITS COPYING LICENSE; do
   touch -r timestamp $file.txt 
 done
 
+# This broken link probably shouldn't be here, and it trips the hardening hack.
+rm ltmain.sh
+
 
 %build
 %configure --with-mysql-lib=%{_libdir}/mysql \


More information about the scm-commits mailing list