Skip to content
Snippets Groups Projects
Commit 3994afd5 authored by Russ Allbery's avatar Russ Allbery
Browse files

Strip the LD_RUN_PATH setting from ExtUtils::MakeMaker

* Strip the LD_RUN_PATH setting added by ExtUtils::MakeMaker out of the
  generated Makefile before building the package.
parent e33bff7e
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,9 @@ libheimdal-kadm5-perl (0.08-5) UNRELEASED; urgency=medium
Sergio Gelato. (Closes: #670517)
* Strip out the -rpath setting from the Heimdal krb5-config --libs call.
This isn't necessary; the libraries are installed in the normal
library search path. Only -L is needed (because of heimdal-multidev).
* Enable bindnow hardening flags.
library search path.
* Strip the LD_RUN_PATH setting added by ExtUtils::MakeMaker out of the
generated Makefile before building the package.
* Fix spelling errors in manual page caught by Lintian.
* Convert to a proper 3.0 (quilt) package with managed patches.
* Contribute the package to the Debian Perl Group.
......
......@@ -5,3 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%:
dh $@
override_dh_auto_configure:
dh_auto_configure
perl -i -pe 's/^LD_RUN_PATH = .*/LD_RUN_PATH =/' Makefile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment