adding +native flag to makefile for compilation fun


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666474 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/alterl/src/Makefile b/lib/alterl/src/Makefile
index 9855aa3..e02cb49 100644
--- a/lib/alterl/src/Makefile
+++ b/lib/alterl/src/Makefile
@@ -53,7 +53,7 @@
 
 ERL_FLAGS +=
 ERL_INCLUDE = -I../include -I../../fslib/include -I../../system_status/include
-ERL_COMPILE_FLAGS += $(ERL_INCLUDE)
+ERL_COMPILE_FLAGS += $(ERL_INCLUDE) +native
 
 # ----------------------------------------------------
 # Targets