[Open Office] oob680.1.1 - new issues and qustion getting our own distro tag

Andreas Radke a.radke at arcor.de
Sun Feb 19 11:44:15 EST 2006


Bernhard Rosenkraenzer schrieb:
> --- config_office/configure.in.ark	2006-02-19 16:54:19.000000000 +0000
> +++ config_office/configure.in	2006-02-19 16:57:05.000000000 +0000
> @@ -2935,7 +2935,10 @@
>  else
>      AC_MSG_RESULT([internal])
>      SYSTEM_HSQLDB=NO
> -    BUILD_TYPE="$BUILD_TYPE HSQLDB"
> +    if test "$WITH_JAVA" != "no"; then
> +        dnl Don't build hsqldb if we don't have Java
> +        BUILD_TYPE="$BUILD_TYPE HSQLDB"
> +    fi
>  fi
>  AC_SUBST(SYSTEM_HSQLDB)
>  AC_SUBST(HSQLDB_JAR)
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openoffice mailing list
> Openoffice at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/openoffice
>   

What's the best way to put in this patch. Before ./configure the source
is not unpacked so I can patch it.

Do I have to add it to the apply file?

Andreas Radke



More information about the Openoffice mailing list