summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 11:19:55 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 11:19:55 +0200
commitaf75ced9b9a831a5e2fa0ba8732d9a305f374507 (patch)
tree42d6cdfdcbb4ceb0c5b215c0c4978203d9d5b393
parent5df3e0d0ee9456351f85fd6d0057290f4d5484d4 (diff)
downloadDistroKit-af75ced9b9a831a5e2fa0ba8732d9a305f374507.tar.gz
DistroKit-af75ced9b9a831a5e2fa0ba8732d9a305f374507.tar.xz
libcap: put make options on separate lines
This patch can be removed again after ptxdist-2020.08.0. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/libcap.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/libcap.make b/rules/libcap.make
index 2bb25a0..61fd79b 100644
--- a/rules/libcap.make
+++ b/rules/libcap.make
@@ -30,7 +30,9 @@ LIBCAP_LICENSE_FILES := file://License;md5=3f84fd6f29d453a56514cb7e4ead25f1
# ----------------------------------------------------------------------------
LIBCAP_MAKE_OPT := \
- prefix=/usr PAM_CAP=no DYNAMIC=yes \
+ prefix=/usr \
+ PAM_CAP=no \
+ DYNAMIC=yes \
LIBATTR=$(call ptx/yesno, PTXCONF_LIBCAP_SETCAP) \
lib=lib \
CC=$(CROSS_CC) \