torsocks: build with --enable-oldmethod.
This commit is contained in:
parent
62fcc09141
commit
c80cbb91b5
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'torsocks'
|
||||
pkgname=torsocks
|
||||
version=1.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/torsocks.conf"
|
||||
configure_args="--disable-static --datarootdir=/usr/share/${pkgname}"
|
||||
configure_args="--disable-static --enable-oldmethod
|
||||
--datarootdir=/usr/share/${pkgname}"
|
||||
short_desc="A transparent socks proxy for use with tor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in New Issue