mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gpsd: Fix build when static libs disabled
Fix this build error: SCons Error: no such option: --disable-static Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
87b9efff79
commit
5905ff8a0b
@@ -47,6 +47,7 @@ EXTRA_OESCONS = " \
|
|||||||
systemd='${SYSTEMD_OESCONS}' \
|
systemd='${SYSTEMD_OESCONS}' \
|
||||||
${EXTRA_OECONF} \
|
${EXTRA_OECONF} \
|
||||||
"
|
"
|
||||||
|
DISABLE_STATIC = ""
|
||||||
# this cannot be used, because then chrpath is not found and only static lib is built
|
# this cannot be used, because then chrpath is not found and only static lib is built
|
||||||
# target=${HOST_SYS}
|
# target=${HOST_SYS}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user