diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh index 39e64f238f0..2b1fd75187f 100644 --- a/pkgs/applications/office/openoffice/builder.sh +++ b/pkgs/applications/office/openoffice/builder.sh @@ -5,14 +5,7 @@ configurePhase() { cd config_office/; ./configure --disable-epm --disable-odk --with-java=no --disable-cups --with-system-python \ --disable-mozilla --without-nas --disable-pasf --disable-gnome-vfs \ - --with-hsqldb-jar=$hsqldb/lib/hsqldb.jar \ - --with-beanshell-jar=$beanshell/bsh.jar \ - --with-xml-apis-jar=$xerces/xml-apis.jar \ - --with-xerces-jar=$xerces/xercesImpl.jar \ - --with-xalan-jar=$xalan/xalan.jar \ - --with-xt-jar=$xt --with-system-libs; - - #--with-system-libs + --with-system-libs; cd .. }