mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
Merge pull request #1887 from pullmoll/apr
apr: add missing make dependency expat-devel
This commit is contained in:
commit
8690e59b7a
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'apr'
|
# Template file for 'apr'
|
||||||
pkgname=apr
|
pkgname=apr
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-installbuilddir=/usr/share/apr-1/build"
|
configure_args="--with-installbuilddir=/usr/share/apr-1/build"
|
||||||
makedepends="libuuid-devel"
|
makedepends="expat-devel libuuid-devel"
|
||||||
short_desc="Apache Portable Runtime Library"
|
short_desc="Apache Portable Runtime Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://apr.apache.org/"
|
homepage="http://apr.apache.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue