mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
11 lines
442 B
Diff
11 lines
442 B
Diff
--- a/kpatch-build/Makefile 2022-08-03 22:25:45.096931535 +0200
|
|
+++ b/kpatch-build/Makefile 2022-08-03 22:26:00.168298699 +0200
|
|
@@ -2,7 +2,7 @@ include ../Makefile.inc
|
|
|
|
CFLAGS += -MMD -MP -I../kmod/patch -Iinsn -Wall -Wsign-compare \
|
|
-Wconversion -Wno-sign-conversion -g -Werror
|
|
-LDLIBS = -lelf
|
|
+LDLIBS = -lelf -largp
|
|
|
|
TARGETS = create-diff-object create-klp-module create-kpatch-module
|
|
SOURCES = create-diff-object.c kpatch-elf.c \
|