diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-12-04 23:24:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-12-04 23:24:10 +0000 |
commit | 77d296ef19d276fa2e72e56d0ceebfa779bf48e0 (patch) | |
tree | f74013a41133cdd192b11c8b33c39bd9fb59d014 /configure | |
parent | 9102493c4eded51c3fa3d898f3a1c87bbd332c84 (diff) | |
download | s6-dns-77d296ef19d276fa2e72e56d0ceebfa779bf48e0.tar.xz |
Temporary workaround for ARM: enforce -fsigned-char
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ tryldflag () { CC_AUTO= CFLAGS_AUTO="$CFLAGS" -CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -O2 $CPPFLAGS" +CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -O2 $CPPFLAGS -fsigned-char" LDFLAGS_AUTO="$LDFLAGS" LDFLAGS_SHARED=-shared LDFLAGS_NOSHARED= |