- Use LIBS in CONFIGURE_ENV
Reported by: kris via bento
This commit is contained in:
parent
701726376f
commit
d232206fe0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88215
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ USE_REINPLACE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
LIBS="-L${LOCALBASE}/lib" \
|
||||
|
||||
MAN5= tinc.conf.5
|
||||
MAN8= tincd.8
|
||||
|
|
Loading…
Reference in a new issue