mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/vanessa_socket: build fix
This commit is contained in:
parent
2b7c2813c2
commit
b9f82abf18
@ -1,7 +1,7 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=vanessa_socket
|
||||
pkgver=0.0.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="User space TCP/IP pipe"
|
||||
url="http://horms.net/projects/perdition/"
|
||||
arch="all"
|
||||
@ -22,6 +22,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
export LDFLAGS="$CFLAGS -lvanessa_logger"
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user