summaryrefslogtreecommitdiff
path: root/buildlib/environment.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r--buildlib/environment.mak.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in
index 6d721c711..e7545bac8 100644
--- a/buildlib/environment.mak.in
+++ b/buildlib/environment.mak.in
@@ -39,8 +39,10 @@ HAVE_STATVFS = @HAVE_STATVFS@
# Shared library things
HOST_OS = @host_os@
ifeq ($(HOST_OS),linux-gnu)
- ONLYSHAREDLIBS = yes
SONAME_MAGIC=-Wl,-soname -Wl,
LFLAGS_SO=
+else
+ # Do not know how to creat shared libraries here.
+ ONLYSTATICLIBS = yes
endif
-
+