Do not link .deb packages against a static libevent2.

Supported systems have a recent enough libevent2 now.
This commit is contained in:
Heikki Hannikainen 2019-08-13 17:21:46 +03:00
parent 3a31caeb48
commit ac7ecf85c7
1 changed files with 0 additions and 1 deletions

View File

@ -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