Many minor fixes to get things building after recent compiler changes

This commit is contained in:
John Wiegley
2014-08-10 23:18:57 -05:00
parent b9bd655b16
commit 326ca0f690
10 changed files with 43 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ let
# manually, so we have to duplicate the know how here.
systemFlags =
if stdenv.isDarwin then ''
CFLAGS="-O2 -Wall -fomit-frame-pointer -no-cpp-precomp"
CFLAGS="-O2 -Wall -fomit-frame-pointer"
LDFLAGS=
EXTRA_OBJS=strverscmp.o
'' else if stdenv.isCygwin then ''