aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/guile-native.inc
blob: 2bdb419c137bb8b3eaa59329e79e5cd2ad09101d (plain)
1
2
3
4
5
6
7
8
9
10
SECTION = "unknown"
LICENSE = "LGPLv2.1"
DEPENDS = "gmp-native"

inherit autotools gettext native

do_configure_append() {
        find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
}