From afd1738d6d841e7d5748c652fbe1f0a2757cce5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 7 Sep 2010 09:22:17 +0200 Subject: [PATCH] - run Configure with -Dusedtrace for systemtap support --- perl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index c80a912..2747b84 100644 --- a/perl.spec +++ b/perl.spec @@ -12,7 +12,7 @@ Name: perl Version: %{perl_version} # release number must be even higher, becase dual-lived modules will be broken otherwise -Release: 130%{?dist} +Release: 131%{?dist} Epoch: %{perl_epoch} Summary: Practical Extraction and Report Language Group: Development/Languages @@ -929,6 +929,7 @@ echo "RPM Build arch: %{_arch}" -Duseshrplib \ -Dusethreads \ -Duseithreads \ + -Dusedtrace \ -Duselargefiles \ -Dd_semctl_semun \ -Di_db \ @@ -1700,6 +1701,9 @@ rm -rf $RPM_BUILD_ROOT # Old changelog entries are preserved in CVS. %changelog +* Tue Sep 7 2010 Marcela Mašláňová - 4:5.12.1-131 +- run Configure with -Dusedtrace for systemtap support + * Wed Aug 18 2010 Petr Pisar - 4:5.12.1-130 - Run tests in parallel - Add "-Wl,--enable-new-dtags" to linker to allow to override perl's rpath by