Mon, 28 Mar 2011 19:41:02 +0200
Completely rework package including...
Simpify 64-bit -fPIC logic, instruct make to build in parallel,
force error condition on failed profile dependency, build the
standard 'bootstrap' target as suggested, correct grammar, wording,
and punctuation in general, upgrade to latest upstream vendor version,
rearrange package dependencies mpc, mpfr, and gmp, correct buildconf
thanks to new lto-plugin forced, avoid failed platform specific stage
comparison, adjust patch code to reflect new version update, and most
importantly adjust optimization flags to platform. Please note that
block 'correct hardcoded paths' is likely no yet complete.
1 Index: libassuan-1.0.5/src/libassuan-config.in
2 --- libassuan-1.0.5/src/libassuan-config.in.orig 2006-10-09 12:41:47 +0200
3 +++ libassuan-1.0.5/src/libassuan-config.in 2006-11-15 20:25:37 +0100
4 @@ -105,6 +105,11 @@
5 esac
6 shift
7 done
8 +
9 +if test "x${thread_module}" = "x-pth"; then
10 + cflags="$cflags `$prefix/bin/pth-config --cflags`"
11 + extralibs="$extralibs `$prefix/bin/pth-config --libs`"
12 +fi
14 if test "$echo_prefix" = "yes"; then
15 echo $prefix
16 Index: libassuan-2.0.1/src/libassuan-config.in
17 --- libassuan-2.0.1/src/libassuan-config.in.orig 2006-10-09 12:41:47 +0200
18 +++ libassuan-2.0.1/src/libassuan-config.in 2006-11-15 20:25:37 +0100
19 @@ -105,6 +105,11 @@
20 esac
21 shift
22 done
23 +
24 +if test "x${thread_module}" = "x-pth"; then
25 + cflags="$cflags `$prefix/bin/pth-config --cflags`"
26 + extralibs="$extralibs `$prefix/bin/pth-config --libs`"
27 +fi
29 if test "$echo_prefix" = "yes"; then
30 echo $prefix