qpdf: set random device explicitly; this allows cross compilation.

This commit is contained in:
Juan RP 2014-09-22 16:24:31 +02:00
parent 466f4c5981
commit c729cefac9
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pkgname=qpdf
version=5.1.2
revision=1
build_style=gnu-configure
configure_args="--disable-static"
configure_args="--disable-static --with-random=/dev/urandom"
hostmakedepends="perl"
makedepends="pcre-devel"
short_desc="A Content-Preserving PDF Transformation System"
@ -23,7 +23,6 @@ libqpdf_package() {
vmove "usr/lib/*.so.*"
}
}
libqpdf-devel_package() {
depends="libqpdf>=${version}_${revision}"
short_desc+=" - development files"