dpkg: 1.18.10 -> 1.18.14
This commit is contained in:
parent
4fd9a60874
commit
7f71b89454
@ -2,19 +2,19 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dpkg-${version}";
|
||||
version = "1.18.10";
|
||||
version = "1.18.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
|
||||
sha256 = "1ibdidmc8nfiigadfpl3xrccrxw6hvmqiqqizy1v265s87d28m82";
|
||||
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"
|
||||
'';
|
||||
# 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user