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>2018-12-17 15:21:09 -0200
commit915944d796ff6aae1da25e9a18d67aa0f2683f4b (patch)
treed442d6af1649cc5f98897d596d9b129895de2a04
parent5bc9522300dc1b1e9857b45178e1ea20afdf0b96 (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 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