mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Remove LDFLAGS from CONFIGURE_ENV, it compiles fine with the
latest version of bsd.openssl.mk.
This commit is contained in:
parent
a066b9d7a0
commit
90b1ca6728
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88324
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ COMMENT= Lynx-like text WWW browser
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib
|
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib
|
||||||
CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' LDFLAGS='-L${LOCALBASE}/lib'
|
CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include'
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue