From 94554cfc28234c572e7800f16426e57c46940858 Mon Sep 17 00:00:00 2001 From: Louis Bouchard Date: Tue, 16 Oct 2018 15:30:16 -0300 Subject: Remove libebl from link options Description: Remove libebl from link options Gbp-Pq: Name 0001-Remove-libebl-linkage.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 612b9d0..7789c18 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART)) SRC_ARCH = arch/arm.c arch/arm64.c arch/x86.c arch/x86_64.c arch/ia64.c arch/ppc64.c arch/s390x.c arch/ppc.c arch/sparc64.c OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH)) -LIBS = -ldw -lbz2 -lebl -ldl -lelf -lz +LIBS = -ldw -lbz2 -ldl -lelf -lz ifneq ($(LINKTYPE), dynamic) LIBS := -static $(LIBS) endif -- cgit v1.2.3