mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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:
parent
e82c325bff
commit
8ef3eaeb4e
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue