diff options
| author | Linus Kardell | 2025-09-09 14:24:55 +0000 |
|---|---|---|
| committer | Martin Schiller | 2025-12-04 14:13:07 +0000 |
| commit | a25c76d8c736ea15d9e05868c62711352efefc1e (patch) | |
| tree | afa6c74a6968dae2950b5f7c885a7348bf92d9b2 | |
| parent | 26433c21685ea7c783ea930202ce38b05c1b805c (diff) | |
| download | openwrt-a25c76d8c736ea15d9e05868c62711352efefc1e.tar.gz | |
openssl: correct PKG_LICENSE_FILES
Point to correct file name.
Signed-off-by: Linus Kardell <linus.kardell@infobric.com>
Link: https://github.com/openwrt/openwrt/pull/19999
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit bcfc3f01a42301c08c8b2449d6a3862082c8079a)
(cherry picked from commit daca7c049b93c950b16d46dce860cb94e4a45f42)
| -rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 9b9655975d..267419613f 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=3.0.17 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_FLAGS:=no-mips16 gc-sections no-lto PKG_BUILD_PARALLEL:=1 @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ PKG_HASH:=dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce PKG_LICENSE:=Apache-2.0 -PKG_LICENSE_FILES:=LICENSE +PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com> PKG_CPE_ID:=cpe:/a:openssl:openssl PKG_CONFIG_DEPENDS:= \ |