Moved time handling, fixed makefiles
[ntk/apt.git] / buildlib / environment.mak.in
index 6d721c7..e7545ba 100644 (file)
@@ -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
-        
+