Skip to content
Snippets Groups Projects
Verified Commit 157fa86c authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: openwrt: rebase libevent2 add host build patch

parent d3a31b83
Branches
Tags
No related merge requests found
From 4383917d6ab17810286e8cfae7c035363abb03d4 Mon Sep 17 00:00:00 2001
From aa5764c93f273457a6c5467a04cc2b29cc2504ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Sun, 10 Mar 2019 10:50:53 +0100
Subject: [PATCH] libevent2: add host build
......@@ -12,10 +12,10 @@ Signed-off-by: Karel Kočí <cynerd@email.cz>
1 file changed, 2 insertions(+)
diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile
index f7223a01d6..b77fff1517 100644
index 5d56f37c51..5d3f150e2b 100644
--- a/package/libs/libevent2/Makefile
+++ b/package/libs/libevent2/Makefile
@@ -24,6 +24,7 @@ PKG_FIXUP:=autoreconf
@@ -23,6 +23,7 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
......@@ -23,8 +23,8 @@ index f7223a01d6..b77fff1517 100644
include $(INCLUDE_DIR)/package.mk
define Package/libevent2/Default
@@ -153,6 +154,7 @@ define Package/libevent2-pthreads/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libevent_pthreads-2.1.so.* $(1)/usr/lib/
@@ -151,6 +152,7 @@ define Package/libevent2-pthreads/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libevent_pthreads-2.0.so.* $(1)/usr/lib/
endef
+$(eval $(call HostBuild))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment