You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/01/09 12:32:59 UTC

svn commit: r610346 - /harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml

Author: hindessm
Date: Wed Jan  9 03:32:23 2008
New Revision: 610346

URL: http://svn.apache.org/viewvc?rev=610346&view=rev
Log:
Hack to workaround problem with debian package building.

Modified:
    harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml?rev=610346&r1=610345&r2=610346&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml Wed Jan  9 03:32:23 2008
@@ -49,8 +49,13 @@
     </target>
 
     <target name="-init-unix" if="is.unix">
+        <!-- These links should really be removed by the clean target but this
+             is a workaround for a debian packaging problem.  It should
+             be fixed properly then the icu4c libs are moved from classlib. -->
+        <delete file="${external.dep.CLASSLIB}/depends/libs/${hy.platform}/libicuuc.so" />
         <symlink overwrite="yes" link="${external.dep.CLASSLIB}/depends/libs/${hy.platform}/libicuuc.so"
             resource="${external.dep.CLASSLIB}/depends/libs/${hy.platform}/libicuuc.so.34"/>
+        <delete file="${external.dep.CLASSLIB}/depends/libs/${hy.platform}/libicudata.so" />
         <symlink overwrite="yes" link="${external.dep.CLASSLIB}/depends/libs/${hy.platform}/libicudata.so"
             resource="${external.dep.CLASSLIB}/depends/libs/${hy.platform}/libicudata.so.34"/>
     </target>