M7350/oe-core/meta-msm/recipes/libpcap/libpcap_1.6.2.bbappend
2024-09-09 08:57:42 +00:00

6 lines
172 B
Plaintext

do_configure_prepend () {
#Allow build paths with containing AU.
sed 's|AC_CANONICAL_SYSTEM|m4_pattern_allow([^AU_])\nAC_CANONICAL_SYSTEM|' -i ${S}/configure.in
}