File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
pkgs/os-specific/bsd/openbsd/pkgs Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ mkDerivation {
7373 ) "--undefined-version" ;
7474
7575 makeFlags = [
76- "STRIP=-s" # flag to install, not command
7776 "COMPILER_VERSION=clang"
7877 "LIBC_TAGS=no"
7978 ] ;
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ lib.makeOverridable (
5151 HOST_SH = stdenv' . shell ;
5252
5353 makeFlags = [
54- "STRIP=-s" # flag to install, not command
5554 "-B"
5655 ] ;
5756
@@ -85,9 +84,6 @@ lib.makeOverridable (
8584 // lib . optionalAttrs stdenv' . hasCC {
8685 # TODO should CC wrapper set this?
8786 CPP = "${ stdenv' . cc . targetPrefix } cpp" ;
88-
89- # Since STRIP in `makeFlags` has to be a flag, not the binary itself
90- STRIPBIN = "${ stdenv' . cc . bintools . targetPrefix } strip" ;
9187 }
9288 // lib . optionalAttrs ( attrs . headersOnly or false ) {
9389 installPhase = "includesPhase" ;
You can’t perform that action at this time.
0 commit comments