diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-20 15:55:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-20 15:55:06 +0000 |
commit | 1d425c28fe2f989f299f21f0028049363c657a02 (patch) | |
tree | 89b1e51eecface6748509d3a2c257d97ea55a783 /testing/haproxy | |
parent | 2496a2833b4798921c848790eb9c93934f41dfa4 (diff) | |
download | aports-1d425c28fe2f989f299f21f0028049363c657a02.tar.bz2 aports-1d425c28fe2f989f299f21f0028049363c657a02.tar.xz |
testing/haproxy: linux-headers build fix
Diffstat (limited to 'testing/haproxy')
-rw-r--r-- | testing/haproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index e699b09b55..86be5e9f40 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -8,7 +8,7 @@ url="http://haproxy.1wt.eu" arch="all" license="GPL" depends="" -makedepends="pcre-dev openssl-dev" +makedepends="pcre-dev openssl-dev linux-headers" install="haproxy.pre-install haproxy.pre-upgrade" subpackages="$pkgname-doc" source="http://haproxy.1wt.eu/download/1.5/src/$pkgname-$pkgver.tar.gz |