[openwrt/openwrt] libevent2: trigger rebuild on libevent2-pthreads
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 1 15:26:47 EST 2021
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5eaf6d8bead2f1313d2e19ae485fcb008bfc073a
commit 5eaf6d8bead2f1313d2e19ae485fcb008bfc073a
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Tue Dec 29 19:13:50 2020 +0200
libevent2: trigger rebuild on libevent2-pthreads
The symbol determines if the libevent2-pthreads libraries get built or not.
If we want to select libevent2-pthreads, and these haven't been built, an
error will occur mentioning that there are no 'libevent_pthreads-2.1.so'
files.
Adding CONFIG_PACKAGE_libevent2-pthreads to PKG_CONFIG_DEPEND will make
sure that the libraries get re-built in case libevent2-pthreads is
selected.
Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
package/libs/libevent2/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile
index b949c9f9d6..701840a871 100644
--- a/package/libs/libevent2/Makefile
+++ b/package/libs/libevent2/Makefile
@@ -23,6 +23,7 @@ PKG_CPE_ID:=cpe:/a:libevent_project:libevent
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_libevent2-openssl \
+ CONFIG_PACKAGE_libevent2-pthreads \
CONFIG_PACKAGE_libevent2-mbedtls
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list