dpkg: remove commented old postPatch

This was supposed to be removed in 7f71b89454
since it doesn't appear to be needed any longer.
This commit is contained in:
Tobias Geerinckx-Rice 2016-11-14 05:32:22 +01:00
parent e82c325bff
commit 8ef3eaeb4e
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -9,13 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "0njd8pdq1vx70sjlgymi79lijg05fmd8vxnqndzhjjb0a8cf920p";
};
# postPatch = ''
# # dpkg tries to force some dependents like debian-devscripts to use
# # -fstack-protector-strong - not (yet?) a good idea. Disable for now:
# substituteInPlace scripts/Dpkg/Vendor/Debian.pm \
# --replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"
# '';
configureFlags = [
"--disable-dselect"
"--with-admindir=/var/lib/dpkg"