diff options
-rw-r--r-- | open_issues/perlmagick.mdwn | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/open_issues/perlmagick.mdwn b/open_issues/perlmagick.mdwn index 13401317..1daac62b 100644 --- a/open_issues/perlmagick.mdwn +++ b/open_issues/perlmagick.mdwn @@ -10,6 +10,8 @@ License|/fdl]]."]]"""]] [[!debbug 557771]] +# Bisecting + * Good * 7:6.4.0.9.dfsg1-1 (2008-04-22) built from @@ -18,8 +20,6 @@ License|/fdl]]."]]"""]] * 6.4.1-0 * 6.4.1-1 - * Under test - * Bad * 6.4.1-2 @@ -32,7 +32,32 @@ License|/fdl]]."]]"""]] * 6.5.8.3-1 from Debian unstable (also in testing) * Svn trunk (r848) ---- + +# 6.4.1-1 -> 6.4.1-2 + + -CFLAGS = -g -O2 -Wall -W -pthread + +CFLAGS = -fopenmp -g -O2 -Wall -W -pthread + -GOMP_LIBS = + +GOMP_LIBS = -lgomp + -LDFLAGS = -lfreetype -lz + +LDFLAGS = -fopenmp -lfreetype -lz + +Etc. + + +/usr/include/pthread.h: + + + +/usr/include/pthread/pthread.h: + + + +/usr/include/bits/spin-lock-inline.h: + + + +/usr/include/bits/cancelation.h: + + + +/usr/include/bits/pthread-np.h: + + + +/usr/lib/gcc/i486-gnu/4.4.2/include/omp.h: + + +# Other [[!debbug 551017]] |