mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
ustreamer: update to 6.52
fix a build error when compiled with WITH_SETPROCTITLE=1
undefined reference to setproctitle_init
[1] https://github.com/openwrt/packages/pull/28472#issuecomment-3863583824
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
(cherry picked from commit c913af4cfa)
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
a06b2ac851
commit
16056efe4b
@@ -6,13 +6,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ustreamer
|
||||
PKG_VERSION:=6.51
|
||||
PKG_VERSION:=6.52
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Georgi Valkov <gvalkov@gmail.com>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/pikvm/ustreamer/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=384e90b0b8e9669cf903fad10e361401bfb1b2f808be44498e3855a65d7c0145
|
||||
PKG_HASH:=db00adfa02acfbdf6682ffae8e418b582d623e1971672d5df19858e02e2f3b0e
|
||||
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
Reference in New Issue
Block a user