Do not link .deb packages against a static libevent2.
Supported systems have a recent enough libevent2 now.
This commit is contained in:
parent
3a31caeb48
commit
ac7ecf85c7
|
|
@ -21,7 +21,6 @@ configure-stamp:
|
|||
CFLAGS="${CFLAGS}" \
|
||||
AFLAGS="${CFLAGS} --noexecstack" \
|
||||
LDFLAGS="${CFLAGS} -z noexecstack" \
|
||||
--enable-static-libevent=/usr/local/lib/libevent.a \
|
||||
--with-openssl
|
||||
touch configure-stamp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue