]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Integration of libevent into the build system.
authorVincent Bernat <bernat@luffy.cx>
Thu, 1 Jul 2010 09:29:48 +0000 (11:29 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 1 May 2012 09:09:41 +0000 (11:09 +0200)
commit8beb9a73b6248e04053e5e25e497cbe578f7e303
tree3ac5a44e8bef099171ae54e9e4e16dbd95911059
parentb1f816cc30ec24fe5ad3b71cc640fb878cb4639a
Integration of libevent into the build system.

"configure" will check that libevent is present. It is possible to use
--with-libevent option to tell where libevent lives. We include the
possibility to use a static copy of libevent but with the absence of a
.pc file, we are not sure to handle all the dependencies correctly.

README file is updated with instructions about libevent, including
steps to build libevent inside lldpd.
README.md
configure.ac
m4/libevent.m4 [new file with mode: 0644]
src/Makefile.am