mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
dhcpcd: disable on static library builds
dhcpcd uses dlopen(), so it is not compatible with pure static library builds. Fixes: http://autobuild.buildroot.net/results/512/51249e8d3487e17bb6a60a99dcbd461f7b591eac/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0cb2b158d4
commit
1fd1fe744e
@ -3,7 +3,13 @@ config BR2_PACKAGE_DHCPCD
|
|||||||
# No support for AI_ADDRCONFIG
|
# No support for AI_ADDRCONFIG
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
||||||
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
help
|
help
|
||||||
An RFC2131 compliant DHCP client
|
An RFC2131 compliant DHCP client
|
||||||
|
|
||||||
http://roy.marples.name/downloads/dhcpcd
|
http://roy.marples.name/downloads/dhcpcd
|
||||||
|
|
||||||
|
comment "dhcpcd needs a toolchain w/ dynamic library"
|
||||||
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
||||||
|
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
||||||
|
depends on BR2_PREFER_STATIC_LIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user