summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@ubuntu.com>2018-10-16 15:30:16 -0300
committerThadeu Lima de Souza Cascardo <cascardo@debian.org>2018-10-16 15:30:16 -0300
commit94554cfc28234c572e7800f16426e57c46940858 (patch)
treed840a647a078c4a1336b4474ddd831f735f23353
parent545f05a3f60281ee4f6711d92ba4fae7ce9a49a4 (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