]> git.pld-linux.org Git - packages/php-rrdtool.git/commitdiff
- fix build on amd64
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Sep 2005 13:03:43 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-rrdtool.spec -> 1.6

php-rrdtool.spec

index 2a5dc7145adf1fed76e915752e6f45490d4ed047..6e7c03f1bd715b8144fb4ba58218142b8abae33a 100644 (file)
@@ -12,11 +12,9 @@ Source0:     http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-1.0.x/rr
 # Source0-md5: c466e2e7df95fa8e318e46437da87686
 Patch0:                rrdtool-php-config.patch
 URL:           http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake
 BuildRequires: cgilibc-devel
 BuildRequires: gd-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.5
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.230
 BuildRequires: rrdtool-devel
@@ -38,9 +36,7 @@ Modu
 
 %build
 cd contrib/php4
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
+phpize
 %configure \
        --with-openssl \
        --includedir="%{_includedir}/php"
This page took 0.035681 seconds and 4 git commands to generate.