You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2007/08/13 03:36:01 UTC

svn commit: r565218 - /harmony/enhanced/sandbox/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile

Author: dlydick
Date: Sun Aug 12 18:36:01 2007
New Revision: 565218

URL: http://svn.apache.org/viewvc?view=rev&rev=565218
Log:
Pick up compression library.

Modified:
    harmony/enhanced/sandbox/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile?view=diff&rev=565218&r1=565217&r2=565218
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile Sun Aug 12 18:36:01 2007
@@ -68,9 +68,9 @@
 # Roster of Java source files
 include $(CFGDIR)/config_roster_jni_java.mak
 
-# Linkage flags to pick up JVM library, Posix thread library, and
-# math library.
-LLFLAGS:=-ljvm -lpthread -lm
+# Linkage flags to pick up JVM library, Posix thread library,
+# math library, and compression library.
+LLFLAGS:=-ljvm -lpthread -lm -lz
 
 
 # Targets to build