ddccontrol: turn off format hardening
This commit is contained in:
parent
3fb8ce5aae
commit
dda7a039b7
1 changed files with 4 additions and 0 deletions
|
@ -16,10 +16,12 @@
|
|||
let version = "0.4.2"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "ddccontrol-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ddccontrol/ddccontrol-${version}.tar.bz2";
|
||||
sha1 = "fd5c53286315a61a18697a950e63ed0c8d5acff1";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
intltool
|
||||
|
@ -35,6 +37,8 @@ stdenv.mkDerivation {
|
|||
ddccontrol-db
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
prePatch = ''
|
||||
newPath=$(echo "${ddccontrol-db}/share/ddccontrol-db" | sed "s/\\//\\\\\\//g")
|
||||
mv configure.ac configure.ac.old
|
||||
|
|
Loading…
Reference in a new issue