summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@ubuntu.com>2018-12-17 15:21:09 -0200
committerThadeu Lima de Souza Cascardo <cascardo@debian.org>2019-01-05 09:17:24 -0200
commit191195da5284a6dee1ae242e5d469b4343d7dd3b (patch)
tree25565d4d3ff89e292b269b8f85e1b36b9d5c702c
parent83192bed45291a7a10eada171d7232d438daea09 (diff)
Remove libebl from link options
Description: Remove libebl from link options Gbp-Pq: Name 0001-Remove-libebl-linkage.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea3c47d..3123b5f 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