1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- don't clobber any given LDFLAGS

conflitcs with bsd.openssl.mk
This commit is contained in:
Dirk Meyer 2003-08-31 03:05:43 +00:00
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

View File

@ -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)

View File

@ -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)