mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
tinyproxy: fix cross compilation
This commit is contained in:
parent
f17e94ec10
commit
31711ae2c1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ license="GPL-2"
|
||||||
homepage="https://tinyproxy.github.io/"
|
homepage="https://tinyproxy.github.io/"
|
||||||
distfiles="https://github.com/tinyproxy/$pkgname/releases/download/$version/$pkgname-$version.tar.xz"
|
distfiles="https://github.com/tinyproxy/$pkgname/releases/download/$version/$pkgname-$version.tar.xz"
|
||||||
checksum=a41f4ddf0243fc517469cf444c8400e1d2edc909794acda7839f1d644e8a5000
|
checksum=a41f4ddf0243fc517469cf444c8400e1d2edc909794acda7839f1d644e8a5000
|
||||||
configure_args="--enable-transparent --localstatedir=/var"
|
configure_args="--enable-transparent --localstatedir=/var tinyproxy_cv_regex_broken=no"
|
||||||
system_accounts="_tinyproxy"
|
system_accounts="_tinyproxy"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue