dpkg: remove commented old postPatch
This was supposed to be removed in 7f71b89454ebfb0699ca441329f8cb36466d74ee 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";
|
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 = [
|
configureFlags = [
|
||||||
"--disable-dselect"
|
"--disable-dselect"
|
||||||
"--with-admindir=/var/lib/dpkg"
|
"--with-admindir=/var/lib/dpkg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user