Skip to content

Commit

Permalink
Allow ElfUtils_CONFIG_OPTIONS to provide additional configuration opt…
Browse files Browse the repository at this point in the history
…ions (#58)

Signed-off-by: David Galiffi <[email protected]>
  • Loading branch information
dgaliffiAMD authored Dec 13, 2024
1 parent 398ea62 commit c76fb0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/ElfUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ externalproject_add(
CXXFLAGS=-fPIC\ -O3\ -Wno-error=null-dereference
[=[LDFLAGS=-Wl,-rpath='$$ORIGIN']=] <SOURCE_DIR>/configure --enable-install-elfh
--prefix=${_eu_root} --disable-libdebuginfod --disable-debuginfod --disable-nls
--enable-thread-safety --enable-silent-rules --libdir=${_eu_root}/lib
--enable-thread-safety --enable-silent-rules ${ElfUtils_CONFIG_OPTIONS}
--libdir=${_eu_root}/lib
BUILD_COMMAND ${MAKE_COMMAND} install -s
BUILD_BYPRODUCTS "${_eu_build_byproducts}"
INSTALL_COMMAND "")
Expand Down
2 changes: 1 addition & 1 deletion external/dyninst

0 comments on commit c76fb0c

Please sign in to comment.