mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
kmod: really pass --disable-manpages
The line below overwrites KMOD_CONF_OPT, so move the --disable-manpages options below. Fixes http://autobuild.buildroot.net/results/842/842131307c171e1bc5a1e918996d53b00ddb1be3/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4e0cd2e289
commit
674fd4f834
@ -15,13 +15,13 @@ HOST_KMOD_DEPENDENCIES = host-pkgconf
|
|||||||
KMOD_LICENSE = LGPLv2.1+
|
KMOD_LICENSE = LGPLv2.1+
|
||||||
KMOD_LICENSE_FILES = libkmod/COPYING
|
KMOD_LICENSE_FILES = libkmod/COPYING
|
||||||
|
|
||||||
KMOD_CONF_OPT += --disable-manpages
|
|
||||||
HOST_KMOD_CONF_OPT = --disable-manpages
|
|
||||||
|
|
||||||
# static linking not supported, see
|
# static linking not supported, see
|
||||||
# https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
|
# https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
|
||||||
KMOD_CONF_OPT = --disable-static --enable-shared
|
KMOD_CONF_OPT = --disable-static --enable-shared
|
||||||
|
|
||||||
|
KMOD_CONF_OPT += --disable-manpages
|
||||||
|
HOST_KMOD_CONF_OPT = --disable-manpages
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
KMOD_DEPENDENCIES += zlib
|
KMOD_DEPENDENCIES += zlib
|
||||||
KMOD_CONF_OPT += --with-zlib
|
KMOD_CONF_OPT += --with-zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user