From 319d8e19debec3b55762bb0d7b9525fe9141b9be Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 5 Apr 2024 11:21:38 +0000 Subject: Next attempt Signed-off-by: Laurent Bercot --- sub/kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/kmod/Makefile b/sub/kmod/Makefile index c8d7850..9c9d8b8 100644 --- a/sub/kmod/Makefile +++ b/sub/kmod/Makefile @@ -8,7 +8,7 @@ KMOD_TARLETTER := J # Do not use --enable-static or --disable-shared: the kmod configure script is voluntarily broken. # Use make variables instead to link kmod statically. -KMOD_CONFIGURE_OPTIONS := --disable-option-checking --disable-maintainer-mode --with-rootlibdir=$(OUTPUT)/rootfs --with-module-directory=$(OUTPUT)/rootfs/lib/modules --with-gnu-ld --disable-gtk-doc-html --with-xz --disable-manpages --disable-test-modules --disable-logging --with-bashcompletiondir=$(OUTPUT)/build-build/opt/$(KMOD_NAME)-$(KMOD_VERSION)/bash-completions +KMOD_CONFIGURE_OPTIONS := --disable-option-checking --disable-maintainer-mode --with-module-directory=$(OUTPUT)/rootfs/lib/modules --with-gnu-ld --disable-gtk-doc-html --with-xz --disable-manpages --disable-test-modules --disable-logging --with-bashcompletiondir=$(OUTPUT)/build-build/opt/$(KMOD_NAME)-$(KMOD_VERSION)/bash-completions KMOD_CFLAGS := -I$(OUTPUT)/build-build/opt/xz/include KMOD_LDFLAGS := -L$(OUTPUT)/build-build/opt/xz/lib KMOD_LIBS := -llzma -- cgit v1.2.3