according to:
https://packages.debian.org/wheezy/amd64/libnetcdfc++4/filelist
and
https://packages.debian.org/wheezy/amd64/libnetcdf-dev/filelist
the library /usr/lib/libnetcdf_c++.so.4.1.0 is there.
Can you elaborate on what is missing?
signature.asc
Description: OpenPGP digital signature
Package: spatialindex
Version: 1.8.1-1
Severity: serious
as warned in #679690 exports hardening flags in pkg-config --libs which
are now enabled:
# pkg-config --libs libspatialindex
-fPIE -pie -Wl,-z,relro -Wl,-z,now -lspatialindex
-pie must not be exported via pkg-config --libs (no LDFLAGS actu
Package: spatialindex
Version: 1.7.0-1
Severity: normal
the pkg-config file does not contain -lspatialindex which makes it quite
useless for its purpose:
$ pkg-config --libs libspatialindex
-Wl,-z,defs
also it contains LDFLAGS which can be problematic if you enable
hardening flags.
See also the
the code is full of C standard violations, its not big surprise the
compiler optimizes it to brokenness.
one can work around it by setting -fno-strict-overflow
but there are also aliasing issues so one should probably also set
fno-strict-aliasing, thought it is not required right now.
it also uses
: Julian Taylor
## Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615653
## fix-xcursor-check.dpatch by Julian Taylor
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn'
must be used to archive the correct ordering.
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/osm2pgsql/+bug/803191
Author: Julian Taylor
--- osm2pgsql-0.70.5+r25090.orig/m4/ax_lib_zlib.m4
+++ osm2pgsql-0.70.5+r25090/m4/ax_lib_zlib.m4
@@ -117,8 +117,8 @@ AC_DEFUN([AX_LIB_ZLIB
or
libmatheval1-dev. The contents of the package remains the same.
Regards,
Julian Taylor
-- System Information:
Debian Release: 6.0
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CP
7 matches
Mail list logo