- Fix check for OpenSSL support in dclib
This commit is contained in:
parent
d7a88db0b6
commit
d46c11e0a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214229
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
||||
--x-libraries=${LOCALBASE}/lib \
|
||||
--x-includes=${LOCALBASE}/include
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
|
Loading…
Reference in a new issue