Message ID | 20230815170230.306397-5-michael.tremer@ipfire.org |
---|---|
State | Staged |
Commit | 567ec7f41d8bdc83ce7e019523c7123d7211b626 |
Headers | |
Series | [1/7] ffmpeg: Fix build with binutils 2.41 | |
Commit Message
diff --git a/lfs/binutils b/lfs/binutils index 35b0b6a35..2b5c65592 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -75,7 +75,8 @@ else --prefix=$(TOOLS_DIR) \ --with-lib-path=$(TOOLS_DIR)/lib \ --with-sysroot \ - --disable-nls + --disable-nls \ + --disable-gprofng EXTRA_MAKE = EXTRA_INSTALL = endif