summaryrefslogtreecommitdiffhomepage
path: root/libevent-2.0.22-stable.local.patch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-10 18:50:58 -0400
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-09-11 18:47:19 +0200
commit6e7d5f891d51e70d7d9a77aea0ca707d6ca0dd46 (patch)
tree7209ff61585b32bd8d28bb29f062334b6401288a /libevent-2.0.22-stable.local.patch
parent930f49e2335fddcf74c474f7d1a5cc90a5057c72 (diff)
downloadmidipix_build-6e7d5f891d51e70d7d9a77aea0ca707d6ca0dd46.tar.bz2
midipix_build-6e7d5f891d51e70d7d9a77aea0ca707d6ca0dd46.tar.xz
libevent: fix test pertaining to PE targets (no undefined symbols).
Signed-off-by: Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>
Diffstat (limited to 'libevent-2.0.22-stable.local.patch')
-rw-r--r--libevent-2.0.22-stable.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libevent-2.0.22-stable.local.patch b/libevent-2.0.22-stable.local.patch
new file mode 100644
index 00000000..f75fe90b
--- /dev/null
+++ b/libevent-2.0.22-stable.local.patch
@@ -0,0 +1,11 @@
+--- libevent-2.0.22-stable/configure.orig 2016-09-10 18:47:19.360327924 -0400
++++ libevent-2.0.22-stable/configure 2016-09-10 18:48:54.160396670 -0400
+@@ -12937,7 +12937,7 @@
+ BUILD_CYGWIN_FALSE=
+ fi
+
+- if test x$bwin32 = xtrue || test x$cygwin = xtrue; then
++ if test x$bwin32 = xtrue || test x$cygwin = xtrue || test x$ac_pe_target = xtrue; then
+ BUILD_WITH_NO_UNDEFINED_TRUE=
+ BUILD_WITH_NO_UNDEFINED_FALSE='#'
+ else