Lines 39-45
Link Here
|
39 |
USES= perl5 libtool |
39 |
USES= perl5 libtool |
40 |
USE_PERL5= build run fixpacklist |
40 |
USE_PERL5= build run fixpacklist |
41 |
|
41 |
|
42 |
CFLAGS+= -I${LOCALBASE}/include |
42 |
CFLAGS+= -I${LOCALBASE}/include -I${PKG_PREFIX}/include |
43 |
LDFLAGS+= -L${LOCALBASE}/lib |
43 |
LDFLAGS+= -L${LOCALBASE}/lib |
44 |
CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}" |
44 |
CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}" |
45 |
CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ |
45 |
CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ |
Lines 49-55
Link Here
|
49 |
--with-logfile="${NET_SNMP_LOGFILE}" \ |
49 |
--with-logfile="${NET_SNMP_LOGFILE}" \ |
50 |
--with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ |
50 |
--with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ |
51 |
--with-gnu-ld --with-libwrap \ |
51 |
--with-gnu-ld --with-libwrap \ |
52 |
--with-ldflags="-lm -lkvm -ldevstat -lpkg -L${LOCALBASE}/lib ${LCRYPTO}" |
52 |
--with-ldflags="-lm -lkvm -ldevstat -lpkg -L${PKG_PREFIX}/lib ${LCRYPTO}" |
53 |
SUB_FILES= pkg-message |
53 |
SUB_FILES= pkg-message |
54 |
|
54 |
|
55 |
.if defined(BATCH) |
55 |
.if defined(BATCH) |