remove a redundancy

This commit is contained in:
Brendan Fabeny 2012-05-26 21:21:42 +00:00
parent 39b01719d1
commit e2dcacd48e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297497

View File

@ -70,8 +70,6 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include/event2 -I${LOCALBAS
TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/event2" \
TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}"
MAKE_JOBS_UNSAFE= yes
OPTIONS= BUFFEREVENTS "use libevent's buffered IO" off \
BUFFREELISTS "freelists for buffer RAM" on \
GMAKE "parallel build safety via GNU make" off \