mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Use LDFLAGS
This commit is contained in:
parent
cad46906c0
commit
a13ac05dca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96208
@ -23,8 +23,9 @@ USE_OPENSSL= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
MAN5= tinc.conf.5
|
||||
MAN8= tincd.8
|
||||
|
Loading…
Reference in New Issue
Block a user