summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Remove-libebl-linkage.patch
blob: 7c669475d3e30301bef44eae2134e3a721e2d352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove libebl from link options
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
 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