erlang: moved to github
[packages.git] / lang / luaprofiler / Makefile
index 3b81531..d0e5568 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -41,7 +41,7 @@ TARGET_LDFLAGS += -llua
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
-               CFLAGS="$(TARGET_CFLAGS)" \
+               CFLAGS="$(TARGET_CFLAGS) -std=gnu99" \
                LDFLAGS="$(TARGET_LDFLAGS)" \
                -f Makefile.linux
 endef