aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-04-05 11:21:38 +0000
committerLaurent Bercot <ska@appnovation.com>2024-04-05 11:21:38 +0000
commit319d8e19debec3b55762bb0d7b9525fe9141b9be (patch)
tree939dc7f1000cc55c72bfab26aa56d28c0a892317
parent949648c6899ae3a06a4825267076c2ef71933395 (diff)
downloadlh-bootstrap-319d8e19debec3b55762bb0d7b9525fe9141b9be.tar.xz
Next attempt
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
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