mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ubridge: build with LINUX_RAW
This commit is contained in:
parent
cf81c868b4
commit
f50f428fbe
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ubridge'
|
||||
pkgname=ubridge
|
||||
version=0.9.18
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="SYSTEM_INIPARSER=1"
|
||||
makedepends="libpcap-devel iniparser-devel"
|
||||
|
@ -9,9 +9,11 @@ short_desc="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
|
|||
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/GNS3/ubridge"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
distfiles="https://github.com/GNS3/ubridge/archive/v${version}.tar.gz"
|
||||
checksum=7481e0f4a11c151c698baf5fbd5e474236aa408ff7f9b503e13feb091fbc38e7
|
||||
|
||||
CFLAGS="-DLINUX_RAW"
|
||||
|
||||
do_install() {
|
||||
vbin ubridge
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue