From b381c592ceff5b4a92108f391d0fdbfee682d149 Mon Sep 17 00:00:00 2001 From: "V.Krishn" Date: Thu, 18 Feb 2016 12:36:09 +0000 Subject: [PATCH] testing/php-suhosin: add re2c to makedepends --- testing/php-suhosin/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/php-suhosin/APKBUILD b/testing/php-suhosin/APKBUILD index eb22cc7884c..dbbcac4b6d1 100644 --- a/testing/php-suhosin/APKBUILD +++ b/testing/php-suhosin/APKBUILD @@ -4,14 +4,14 @@ pkgname=php-suhosin _pkgreal=suhosin pkgver=0.9.38 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension SUHOSIN, An advanced protection system for PHP installations" url="http://suhosin.org" arch="all" license="PHP" depends= pecldepends="php-dev autoconf" -makedepends="$pecldepends" +makedepends="$pecldepends re2c" install="" subpackages="" source="https://download.suhosin.org/$_pkgreal-$_pkgver.tar.gz