Package: postgresql-9.1
Version: 9.1.5-2
Severity: serious
Justification: breaks packages in wheezy

pg_config --cflags in in 9.1.5-2 includes the -pie flag.
This flag causes issues in packages using pg_config to build libraries
and due to performance issues it may also be unwanted in non-library builds.

pg_config --cflags
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes
-Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard -g

the version in wheezy does not include the flag.

e.g. uwsgi's build in wheezy would be broken by this change.
see bug 687084

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to