X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fldflags.patch;fp=debian%2Fpatches%2Fldflags.patch;h=32079205d7a5ab58c20666965e32a5c1a64e9c30;hb=47bdcea4622d29412752da2b575a64e352059030;hp=0000000000000000000000000000000000000000;hpb=457fe3ea877fb535743a540f634bc406037b7be6;p=debian%2Fefibootmgr diff --git a/debian/patches/ldflags.patch b/debian/patches/ldflags.patch new file mode 100644 index 0000000..3207920 --- /dev/null +++ b/debian/patches/ldflags.patch @@ -0,0 +1,11 @@ +--- efibootmgr-0.5.4.orig/Makefile ++++ efibootmgr-0.5.4/Makefile +@@ -11,6 +11,8 @@ + CFLAGS = $(EXTRA_CFLAGS) -DEFIBOOTMGR_VERSION=\"$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL)\" \ + -Wall -g -D_FILE_OFFSET_BITS=64 + ++ LDFLAGS += -lz ++ + MODULES := src + + BINDIR := /usr/sbin