summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-01-07 10:26:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-07 13:22:23 +0100
commit11a9af330520170ad6c39bdf670c0bf728d5678a (patch)
treea06400dc9c4b6bfd3cf6ad6522fd01f33b611a95 /rules
parent6e92dc0d9760fd52b81fd8526ff17c25536f0ac2 (diff)
downloadptxdist-11a9af330520170ad6c39bdf670c0bf728d5678a.tar.gz
ptxdist-11a9af330520170ad6c39bdf670c0bf728d5678a.tar.xz
libcap: Version bump 2.51 -> 2.62.
Update posix capability library. Change CC only directive to CROSS_COMPILE so that the new version can build properly with cross builds. For host-libcap, change BUILD_GPERF to USE_GPERF, as the former is now a reserved word. Drop old patches. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220107092616.27746-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-libcap.make2
-rw-r--r--rules/libcap.make6
2 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-libcap.make b/rules/host-libcap.make
index 2faae99c3..695ce6c44 100644
--- a/rules/host-libcap.make
+++ b/rules/host-libcap.make
@@ -19,7 +19,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP) += host-libcap
HOST_LIBCAP_MAKE_OPT := \
prefix= \
lib=lib \
- BUILD_GPERF=no \
+ USE_GPERF=no \
PAM_CAP=no \
GOLANG=no \
LIBATTR=no \
diff --git a/rules/libcap.make b/rules/libcap.make
index 5ed11b1f3..df1eeef16 100644
--- a/rules/libcap.make
+++ b/rules/libcap.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAP) += libcap
#
# Paths and names
#
-LIBCAP_VERSION := 2.51
-LIBCAP_MD5 := 4c9febc1bf0afca6a4d9f86fcdb6d900
+LIBCAP_VERSION := 2.62
+LIBCAP_MD5 := 342c7560ed2103899f6914d1de75a89f
LIBCAP := libcap-$(LIBCAP_VERSION)
LIBCAP_SUFFIX := tar.xz
LIBCAP_URL := \
@@ -31,7 +31,7 @@ LIBCAP_LICENSE_FILES := file://License;md5=e2370ba375efe9e1a095c26d37e483b8
LIBCAP_MAKE_OPT := \
prefix=/usr lib=$(CROSS_LIB_DIR) \
- CC=$(CROSS_CC) \
+ CROSS_COMPILE=$(COMPILER_PREFIX) \
BUILD_CC=$(HOSTCC) \
DYNAMIC=yes \
GOLANG=no \