Package: libevent / 2.0.21-stable-2

Metadata

Package Version Patches format
libevent 2.0.21-stable-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_with_no_undefined.patch | (download)

Makefile.am | 5 0 + 5 - 0 !
Makefile.in | 8 3 + 5 - 0 !
2 files changed, 3 insertions(+), 10 deletions(-)

 always build with -no-undefined

This seems to be the easiest way to patch the build-system, so that
all libs get linked to _core and -no-undefined gets passed to libtool.

Will discuss with upstream what's the reason for this not being the
default.


dh autoreconf | (download)

test/Makefile.am | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 update config.* to fix ftbfs on ppc64el
   * Update config.* to fix FTBFS on ppc64el. Closes: #750693
20d6d445.patch | (download)

buffer.c | 71 62 + 9 - 0 !
configure.in | 1 1 + 0 - 0 !
evbuffer-internal.h | 14 13 + 1 - 0 !
3 files changed, 76 insertions(+), 10 deletions(-)

---