mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02:00
add a new helper macro to deal with conditional ./configure flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20570 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9546b789a5
commit
e4c6bd1319
@ -32,6 +32,7 @@ update_libtool_ucxx = \
|
||||
) \
|
||||
$(call update_libtool_common)
|
||||
|
||||
autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))
|
||||
|
||||
# prevent libtool from linking against host development libraries
|
||||
define libtool_fixup_libdir
|
||||
|
Loading…
Reference in New Issue
Block a user