- don't clobber any given LDFLAGS
conflitcs with bsd.openssl.mk
This commit is contained in:
parent
7c5c64f241
commit
e1fc3734a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88157
2 changed files with 4 additions and 2 deletions
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS+=--program-transform-name=s,y,y,
|
|||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+=--enable-socks5
|
||||
CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
|
|
|
@ -28,7 +28,8 @@ CONFIGURE_ARGS+=--program-transform-name=s,y,y,
|
|||
.if defined(WITH_SOCKS)
|
||||
CONFIGURE_ARGS+=--enable-socks5
|
||||
CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
|
|
Loading…
Reference in a new issue