Permalink
Browse files
CMake: Fix debian libelf package name (fixes #1070)
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
CMakeLists.txt
|
|
@@ -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)
|
|
|
|
This comment has been minimized.
fancymelonubJul 21, 2018
This helped.
fancymelonub commented onJul 21, 2018
8ea524dThis helped.