[cups.bugs] [HIGH] STR #2001: Use of readdir_r() incorrect on Solaris and HP-UX 10.20

jlovell.apple jlovell at apple.com
Tue Oct 3 15:29:32 PDT 2006


[STR Closed w/Resolution]

Looks like the patch accidently removed the 'break' which leads to bogus
$LIBS values:

Index: cups-threads.m4
===================================================================
--- cups-threads.m4     (revision 6010)
+++ cups-threads.m4     (working copy)
@@ -50,6 +50,7 @@
                                if test $uname = SunOS; then
                                        PTHREAD_FLAGS="$PTHREAD_FLAGS
_POSIX_PTHREAD_SEMANTICS"
                                fi
+                               break
                        fi
                done
        fi


Thanks!

Link: http://www.cups.org/str.php?L2001
Version: 1.2.4
Fix Version: 1.3-current (r5994)





More information about the cups mailing list