3 Apr
2009
3 Apr
'09
12:09 p.m.
Toni Spets <toni.spets(a)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(a)winehq.org
6188
Age (days ago)
6188
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard