libevent: build as static library

This commit is contained in:
Stefan Saraev
2013-06-01 20:22:03 +03:00
parent 5b1b1d81da
commit 693aaeb234
2 changed files with 2 additions and 5 deletions

View File

@@ -29,8 +29,8 @@ cd $PKG_BUILD
--exec-prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--enable-shared \
--disable-static \
--disable-shared \
--enable-static \
--enable-openssl
make