Author: damjan
Date: Wed Aug 23 15:57:01 2017
New Revision: 1805933

URL: http://svn.apache.org/viewvc?rev=1805933&view=rev
Log:
Do not require mediawiki for Apache Commons Lang, as the PostgreSQL
database connector needs it too, and it has no configurable component.

Patch by: me


Modified:
    openoffice/trunk/main/external_deps.lst

Modified: openoffice/trunk/main/external_deps.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/external_deps.lst?rev=1805933&r1=1805932&r2=1805933&view=diff
==============================================================================
--- openoffice/trunk/main/external_deps.lst (original)
+++ openoffice/trunk/main/external_deps.lst Wed Aug 23 15:57:01 2017
@@ -145,7 +145,7 @@ if (SYSTEM_JPEG != YES)
     URL1 = http://www.ijg.org/files/jpegsrc.v8d.tar.gz
     URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
 
-if (SOLAR_JAVA==TRUE && ENABLE_MEDIAWIKI==YES)
+if (SOLAR_JAVA==TRUE)
     MD5 = 4c8c505cc3cba4c467c479e3e0f09ba4
     name = commons-lang3-3.3-src.tar.gz
     URL1 = http://archive.apache.org/dist/commons/lang/source/$(name)


Reply via email to