Move config directory from /usr/etc to /etc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: binutils
|
||||
description: The GNU Binutils are a collection of binary tools
|
||||
version: 2.45.1
|
||||
revision: 1
|
||||
revision: 2
|
||||
url: https://www.gnu.org/software/binutils/
|
||||
license: GPL3-or-later
|
||||
architecture: any
|
||||
|
||||
@@ -9,6 +9,7 @@ build() {
|
||||
cd build
|
||||
|
||||
../configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-lib-path=/usr/lib:/usr/local/lib \
|
||||
--enable-cet \
|
||||
--enable-colored-disassembly \
|
||||
@@ -39,7 +40,7 @@ build() {
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
cd build
|
||||
cd build
|
||||
|
||||
make -O CFLAGS_FOR_TARGET="-O2 -g" \
|
||||
CXXFLAGS="-O2 -no-pie -fno-PIC" \
|
||||
|
||||
Reference in New Issue
Block a user