From: Steven Chamberlain <[email protected]> --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules index 2652df7..23f1120 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ v8os := $(or $(v8os),$(if $(filter linux,$(DEB_HOST_ARCH_OS)),linux)) v8os := $(or $(v8os),$(if $(filter kfreebsd,$(DEB_HOST_ARCH_OS)),kfreebsd)) v8os := $(or $(v8os),$(DEB_HOST_ARCH_OS)) -GYPFLAGS += -Dhost_arch=$(v8arch) +GYPFLAGS += -Dhost_arch=$(v8arch) -DOS=$(v8os) # still not compatible with GCC 4.6 defaults (at 3.8.9.16 mipsel) CXXFLAGS += -Wno-unused-but-set-variable -- 1.7.10 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

