Commit d865ebfd authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

libdvdnav_4_2_1: disable binary stripping during make install

parent 6715ab49
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ stdenv.mkDerivation rec {

  configureFlags = [
    "--cc=${stdenv.cc.targetPrefix}cc"
    # Let's strip the binaries ourselves,
    # as unprefixed `strip` command is not available during cross compilation.
    "--disable-strip"
  ];

  preConfigure = ''