Created
July 6, 2014 10:55
-
-
Save vvavrychuk/084a6412dc14b3d00109 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/config/Linux b/build/config/Linux | |
index 4781a12..97c2a71 100644 | |
--- a/build/config/Linux | |
+++ b/build/config/Linux | |
@@ -49,7 +49,7 @@ LINKFLAGS32 = | |
LINKFLAGS64 = | |
STATICOPT_CC = | |
STATICOPT_CXX = | |
-STATICOPT_LINK = -static | |
+STATICOPT_LINK = | |
SHAREDOPT_CC = -fPIC | |
SHAREDOPT_CXX = -fPIC | |
SHAREDOPT_LINK = -Wl,-rpath,$(LIBPATH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment