From 837bd81d0ddc0c2fb62f95353f26f52059e7cdba Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 28 Aug 2021 21:36:46 +0300 Subject: parted: add meta file --- community/parted/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/parted/build') diff --git a/community/parted/build b/community/parted/build index 4ade35be..754547ca 100755 --- a/community/parted/build +++ b/community/parted/build @@ -10,5 +10,6 @@ export LDFLAGS="$LDFLAGS -static" --disable-device-mapper \ "--with$(cpt l -C readline '' out)-readline" -make +# I hate it when build systems don't adhere to flags. +make CC="${CC:-cc} --static" make DESTDIR="$1" install -- cgit v1.2.3