Browse Source

Add -m32 gcc flag to udns build.

This is a temporary fix until V8 supports 64bit systems natively.
v0.7.4-release
Ryan 15 years ago
parent
commit
abaab2ce9b
  1. 2
      deps/udns/Makefile.in

2
deps/udns/Makefile.in

@ -52,7 +52,7 @@ NAMEPFX = $(NAME)-$(VERS)
CC = @CC@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@ -m32
CDEFS = @CDEFS@
PICFLAGS = -fPIC
AWK = awk

Loading…
Cancel
Save