OpenBSD configure fix for cups

Alexandre Julliard julliard at winehq.org
Fri Apr 3 06:09:20 CDT 2009


Toni Spets <toni.spets at gmail.com> writes:

> @@ -1221,7 +1221,7 @@ if test "x$with_cups" != "xno"
>  then
>      ac_save_CPPFLAGS="$CPPFLAGS"
>      ac_cups_cflags=`cups-config --cflags 2>/dev/null`
> -    ac_cups_libs=`cups-config --ldflags 2>/dev/null`
> +    ac_cups_libs=`cups-config --ldflags --libs 2>/dev/null`
>      CPPFLAGS="$CPPFLAGS $ac_cups_cflags"

I'm afraid we can't do that, cups-config --libs returns a lot of crap
that will break the build on many platforms. You should fix the OpenBSD
libcups build to import the needed libraries.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list