VPN needs libsocket when available
This commit is contained in:
parent
c48d8ac174
commit
a178104b02
|
@ -2,7 +2,7 @@ targets=../include/VPN.h,VPN
|
|||
cppflags=
|
||||
cflags_force=-W `pkg-config --cflags libApp`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libApp` -Wl,--export-dynamic
|
||||
ldflags_force=`pkg-config --libs libApp` -Wl,--export-dynamic -lsocket
|
||||
ldflags=
|
||||
dist=Makefile,common.c,vpn.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user