Source: poppler
Severity: important
Tags: patch

Hello,

debian/rules sets LDFLAGS:

    export LDFLAGS := -Wl,--as-needed

This overwrites hardening LDFLAGS which were already set by
cdbs/dpkg-buildflags. Appending the flags works fine and fixes
the issue:

    export LDFLAGS += -Wl,--as-needed

Regards,
Simon

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to