hugs: fix build by un-defining the erroneous default for $STRIP
This commit is contained in:
@@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
postUnpack = "find -type f -exec sed -i 's@/bin/cp@cp@' {} +";
|
postUnpack = "find -type f -exec sed -i 's@/bin/cp@cp@' {} +";
|
||||||
|
|
||||||
|
preConfigure = "unset STRIP";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-char-encoding=utf8" # require that the UTF-8 encoding is always used
|
"--enable-char-encoding=utf8" # require that the UTF-8 encoding is always used
|
||||||
"--disable-path-canonicalization"
|
"--disable-path-canonicalization"
|
||||||
|
|||||||
Reference in New Issue
Block a user