summaryrefslogtreecommitdiff
path: root/core/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/makefile')
-rwxr-xr-xcore/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/makefile b/core/makefile
index 6640f228d..6f4c61c81 100755
--- a/core/makefile
+++ b/core/makefile
@@ -280,11 +280,6 @@ else
luajit_LIBNAMES := luajit
endif
-# config static
-ifeq ($(PLAT),linux)
-LDFLAG := $(LDFLAG) $(shell if [ -f "/etc/redhat-release" ]; then echo ""; else echo "-static"; fi )
-endif
-
# select package directory
ifneq ($(PACKAGE),)
PKG_DIR := $(PACKAGE)