[pcre] Autoreconf after patching

Petr Pisar ppisar at fedoraproject.org
Thu Feb 9 16:56:57 UTC 2012


commit 90bc5d6a2bc957900743b9f4e68671b1065daab2
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 9 14:55:26 2012 +0100

    Autoreconf after patching

 pcre.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index 8f13873..14adaa8 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -51,8 +51,9 @@ Utilities demonstrating PCRE capabilities like pcregrep or pcretest.
 %setup -q -n %{name}-%{myversion}
 # Get rid of rpath
 %patch0 -p1 -b .multilib
-libtoolize --copy --force && autoreconf
 %patch1 -p1 -b .terminated_typos
+# Because of rpath patch
+libtoolize --copy --force && autoreconf
 # One contributor's name is non-UTF-8
 for F in ChangeLog; do
     iconv -f latin1 -t utf8 "$F" >"${F}.utf8"


More information about the scm-commits mailing list