Fix build.
This commit is contained in:
parent
d0b2da4e48
commit
3e430aa3e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253775
@ -41,7 +41,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \
|
||||
--enable-dynamic-linking --with-libnet=${LOCALBASE}/bin
|
||||
CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}include ${CFLAGS}" \
|
||||
CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include ${CFLAGS}" \
|
||||
LDFLAGS="`${LIBNET_CONFIG} --libs` ${LDFLAGS}"
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
|
@ -41,7 +41,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \
|
||||
--enable-dynamic-linking --with-libnet=${LOCALBASE}/bin
|
||||
CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}include ${CFLAGS}" \
|
||||
CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include ${CFLAGS}" \
|
||||
LDFLAGS="`${LIBNET_CONFIG} --libs` ${LDFLAGS}"
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
|
@ -41,7 +41,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \
|
||||
--enable-dynamic-linking --with-libnet=${LOCALBASE}/bin
|
||||
CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}include ${CFLAGS}" \
|
||||
CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include ${CFLAGS}" \
|
||||
LDFLAGS="`${LIBNET_CONFIG} --libs` ${LDFLAGS}"
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
|
Loading…
Reference in New Issue
Block a user