Permalink
Browse files

CMake: Fix debian libelf package name (fixes #1070)

  • Loading branch information...
endrift committed Apr 26, 2018
1 parent 1807b66 commit 8ea524d9e61334d7d94dd12b9f8a1cd84f0b67ec
Showing with 1 addition and 1 deletion.
  1. +1 −1 CMakeLists.txt
View
@@ -661,7 +661,7 @@ if(USE_ELF)
list(APPEND FEATURES ELF)
include_directories(AFTER ${LIBELF_INCLUDE_DIRS})
list(APPEND DEPENDENCY_LIB ${LIBELF_LIBRARIES})
- set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},libelfg0")
+ set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS},libelf1")
endif()
if(ENABLE_SCRIPTING)

1 comment on commit 8ea524d

@fancymelonub

This comment has been minimized.

Show comment
Hide comment
@fancymelonub

fancymelonub Jul 21, 2018

This helped.

This helped.

Please sign in to comment.