clearlinux / micro-config-drive

An alternative and small cloud-init implementation in C
Other
46 stars 17 forks source link

Small build fixes #19

Closed ikeydoherty closed 8 years ago

ikeydoherty commented 8 years ago

First fix adds a new --enable-werror option which can be used during development to ensure that everything is working ok, but not to force it upon builds of others.

The second fix allows building where -Wl,--as-needed is employed, whether in $CFLAGS or forcibly such as LD_AS_NEEDED binutils change.

Source: ikeydoherty/clr-boot-manager@b5c75779e7119effea7070337519593bf72ab51c

Was unsure if you'd want --enable-werror in autogen by default, so I've left it up to reviewer discretion.

bryteise commented 8 years ago

Looks good as is, +1.

sofar commented 8 years ago

:+1:

sofar commented 8 years ago

The second change was trivial of course, not waiting for more reviews for just that.