Revert "asterisk: link in libdl when linking to liblua"
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 15 Jan 2021 18:51:02 +0000 (19:51 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 15 Jan 2021 18:51:11 +0000 (19:51 +0100)
This reverts commit 150b85ab350844f1481b9a9d49984b3e16cddd40.

OpenWrt upstream updated the lua package so that liblua now is linked
to libdl.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk/Makefile
net/asterisk/patches/150-lua-ldl.patch [deleted file]

index e93df726bd0a6632b1ff588941111fcc4877b631..f4c288e7f206b8e3c4ee974db485de468ecf6a74 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk
 PKG_VERSION:=18.1.1
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
diff --git a/net/asterisk/patches/150-lua-ldl.patch b/net/asterisk/patches/150-lua-ldl.patch
deleted file mode 100644 (file)
index a1b470b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -2581,7 +2581,7 @@ for ver in ; do
- done
- # Some distributions (like openSUSE and NetBSD) remove the 5.x suffix.
--AST_EXT_LIB_CHECK([LUA], [lua], [luaL_newstate], [lua.h], [-lm])
-+AST_EXT_LIB_CHECK([LUA], [lua], [luaL_newstate], [lua.h], [-lm -ldl])
- # Accept either RADIUS client library, their APIs are fully compatible,
- # just different header filenames and different SONAMEs