Skip to content

Commit

Permalink
trace-cmd: migrate to Autobuild4
Browse files Browse the repository at this point in the history
  • Loading branch information
BC204 committed Sep 20, 2024
1 parent 0f0ed3d commit faded50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app-utils/trace-cmd/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ make PYTHON_VERS=python3 lib trace-cmd doc

abinfo "Installing binaries ..."
make install install_doc \
PYTHON_VERS=python3 $MAKE_INSTALL_DEF DESTDIR="$PKGDIR"
PYTHON_VERS=python3 {$MAKE_INSTALL_DEF[@]} \
libdir_relative_temp=lib prefix=/usr DESTDIR="$PKGDIR"
2 changes: 1 addition & 1 deletion app-utils/trace-cmd/autobuild/prepare
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abinfo "Fedora: Attaching `-z muldefs` to LDFLAGS ..."
abinfo 'Fedora: Attaching `-z muldefs` to LDFLAGS ...'
# Workaround the enforcing multi definition check of GCC 10/11,
# and it need to be removed once upstream fixed the variable name.
export LDFLAGS="$LDFLAGS -z muldefs"
Expand Down

0 comments on commit faded50

Please sign in to comment.