[gd] Re-generate ltmain.sh to get rid of --rpath in gd-progs

Honza Horak hhorak at fedoraproject.org
Wed Aug 29 10:41:47 UTC 2012


commit 1795eef47cdf73da7cb28397b76fdbeeb2993d2d
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Aug 28 16:14:58 2012 +0200

    Re-generate ltmain.sh to get rid of --rpath in gd-progs

 gd.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gd.spec b/gd.spec
index a96d0d5..cf1485c 100644
--- a/gd.spec
+++ b/gd.spec
@@ -67,6 +67,9 @@ files for gd, a graphics library for creating PNG and JPEG graphics.
 %patch11 -p1 -b .sec3
 %patch12 -p1 -b .runtests
 
+libtoolize --copy --force
+aclocal
+
 %build
 %configure --disable-rpath
 make %{?_smp_mflags}
@@ -109,6 +112,7 @@ popd
 * Tue Aug 28 2012 Honza Horak <hhorak at redhat.com> - 2.0.35-19
 - Spec file cleanup
 - Compile and run test suite during build
+- Re-generate ltmain.sh to get rid of --rpath in gd-progs
 
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.35-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list