Browse Source

libcap: Use URL alias

Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
diizzyy 8 years ago
parent
commit
d5a8c070b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libcap/Makefile

+ 1
- 1
libs/libcap/Makefile View File

@ -12,7 +12,7 @@ PKG_VERSION:=2.24
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/
PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2
PKG_MD5SUM:=d43ab9f680435a7fff35b4ace8d45b80
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>


Loading…
Cancel
Save