mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
xupnpd: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
14aed6a41b
commit
cf30eaf8de
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=xupnpd
|
PKG_NAME:=xupnpd
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/clark15b/xupnpd
|
PKG_SOURCE_URL:=https://github.com/clark15b/xupnpd
|
||||||
@@ -28,7 +28,7 @@ endef
|
|||||||
define Package/xupnpd
|
define Package/xupnpd
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
DEPENDS:=+liblua +libopenssl
|
DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua +libopenssl
|
||||||
TITLE:=eXtensible UPnP agent
|
TITLE:=eXtensible UPnP agent
|
||||||
URL:=http://xupnpd.org/
|
URL:=http://xupnpd.org/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user