Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 143 → Rev 144

/trunk/debian/changelog
1,3 → 1,11
nettle (3.1.1-4) unstable; urgency=low
 
* multiarch_dev.patch (new): Remove compiler version info causing
nettle-dev for different architectures to be incompatible with each
other from nettle-stdint.h (Closes: #783699).
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 03 Aug 2015 19:37:45 +0200
 
nettle (3.1.1-3) unstable; urgency=low
 
* Switch libgmp10-dev Build-Depends to libgmp-dev (Closes: #783085).
/trunk/debian/patches/multiarch_dev.patch
0,0 → 1,28
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -856,11 +856,7 @@ AC_CHECK_TYPE(intmax_t,,,[#include <$ac_
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------
-if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
-else
ac_cv_stdint_message="using $CC"
-fi
AC_MSG_RESULT([make use of $ac_cv_header_stdint in $ac_stdint_h dnl
$ac_cv_stdint_result])
--- a/configure
+++ b/configure
@@ -6415,11 +6415,7 @@ fi
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------
-if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
-else
ac_cv_stdint_message="using $CC"
-fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: make use of $ac_cv_header_stdint in $ac_stdint_h $ac_cv_stdint_result" >&5
$as_echo "make use of $ac_cv_header_stdint in $ac_stdint_h $ac_cv_stdint_result" >&6; }
/trunk/debian/patches/series
1,0 → 0,0
fPIC.patch
multiarch_dev.patch