Accepting request 186776 from home:ganglia:perftools-2.1
Update gperftools to allow building with older autoconf \(2.59\), so that gperftools can build on SLE10. OBS-URL: https://build.opensuse.org/request/show/186776 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=17
This commit is contained in:
parent
8c0d9fd470
commit
c9d7b8dfe3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 15:49:12 UTC 2013 - cgardner@suse.com
|
||||
|
||||
- Fixed configure.ac to use older version of autoconf, so that
|
||||
gperftools can build for SLE10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 17:44:01 UTC 2013 - cgardner@suse.com
|
||||
|
||||
|
@ -27,6 +27,7 @@ Patch12: %{name}_fix_unassigned_malloc_in_unittest.patch
|
||||
Patch14: %{name}_gcc46.patch
|
||||
#Patch15: %{name}-glibc216.patch
|
||||
#Patch16: spinlock-rand.patch
|
||||
Patch17: %{name}_use_older_autoconf.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
@ -69,6 +70,7 @@ files for developing applications that use the gperftools package.
|
||||
%patch14 -p1
|
||||
#patch15 -p1
|
||||
#patch16 -p1
|
||||
%patch17 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
|
13
gperftools_use_older_autoconf.diff
Normal file
13
gperftools_use_older_autoconf.diff
Normal file
@ -0,0 +1,13 @@
|
||||
Index: gperftools-2.1/configure.ac
|
||||
===================================================================
|
||||
--- gperftools-2.1.orig/configure.ac
|
||||
+++ gperftools-2.1/configure.ac
|
||||
@@ -2,7 +2,7 @@
|
||||
## In general, the safest way to proceed is to run ./autogen.sh
|
||||
|
||||
# make sure we're interpreted by some minimal autoconf
|
||||
-AC_PREREQ([2.68])
|
||||
+AC_PREREQ([2.59])
|
||||
|
||||
AC_INIT([gperftools],[2.1],[google-perftools@googlegroups.com])
|
||||
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
|
Loading…
x
Reference in New Issue
Block a user