File loki_setup-signed-char.diff of Package loki_setup
Index: loki_setup/configure.in =================================================================== --- loki_setup.orig/configure.in +++ loki_setup/configure.in @@ -66,7 +66,7 @@ AC_PATH_PROG(UMOUNT_PATH, umount, /sbin/ AC_PATH_PROG(BRANDELF, brandelf, true) LD="$CC" -CFLAGS="-fsigned-char -funroll-loops -Wall -g -O2 -I. $X_CFLAGS" +CFLAGS="-funroll-loops -Wall -g -O2 -I. $X_CFLAGS" CONSOLE_LIBS="" if test -d /usr/codehost/lib; then LIBS="-L/usr/codehost/lib"