Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 127 → Rev 128

/trunk/debian/changelog
1,3 → 1,10
nettle (2.7.1-3) unstable; urgency=low
 
* Use -fPIC instead of -fpic by default (Closes: #755769); needed on
sparc64 and shouldn't be noticeable elsewhere.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 29 Jul 2014 17:20:39 +0200
 
nettle (2.7.1-2) unstable; urgency=low
 
* libhogweed2.symbols: Tag some internal functions implementing
/trunk/debian/patches/fPIC.patch
0,0 → 1,22
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -36,7 +36,7 @@ AC_CACHE_VAL(lsh_cv_sys_ccpic,[
solaris*) CCPIC="-fPIC" ;;
cygwin*) CCPIC="" ;;
mingw32*) CCPIC="" ;;
- *) CCPIC="-fpic" ;;
+ *) CCPIC="-fPIC" ;;
esac
else
case "$host_os" in
--- a/configure
+++ b/configure
@@ -4903,7 +4903,7 @@ else
solaris*) CCPIC="-fPIC" ;;
cygwin*) CCPIC="" ;;
mingw32*) CCPIC="" ;;
- *) CCPIC="-fpic" ;;
+ *) CCPIC="-fPIC" ;;
esac
else
case "$host_os" in
/trunk/debian/patches/series
0,0 → 1,0
fPIC.patch