From 2388d10dc77de186bee4d5133a3560e982b93d70 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 25 Jun 2020 10:00:43 +0300 Subject: efibootmgr: link statically --- extra/efibootmgr/build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'extra/efibootmgr/build') diff --git a/extra/efibootmgr/build b/extra/efibootmgr/build index e15840ed..4ec986bf 100755 --- a/extra/efibootmgr/build +++ b/extra/efibootmgr/build @@ -1,10 +1,8 @@ #!/bin/sh -e -patch -p1 < efivar.patch +export LDFLAGS="$LDFLAGS -static" -make \ - EXTRA_CFLAGS=-Os \ - EFIDIR=/boot/EFI +make CC="${CC:-cc}" EFIDIR=/boot/efi efibootmgr install -Dm0755 src/efibootmgr "$1/usr/bin/efibootmgr" install -Dm0644 src/efibootmgr.8 "$1/usr/share/man/man8/efibootmgr.8" -- cgit v1.2.3