a24d38d77c
OBS-URL: https://build.opensuse.org/request/show/762822 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=83
14 lines
905 B
Diff
14 lines
905 B
Diff
Index: gnucash-3.8/libgnucash/app-utils/CMakeLists.txt
|
|
===================================================================
|
|
--- gnucash-3.8.orig/libgnucash/app-utils/CMakeLists.txt
|
|
+++ gnucash-3.8/libgnucash/app-utils/CMakeLists.txt
|
|
@@ -78,7 +78,7 @@ set (app_utils_SOURCES
|
|
set_source_files_properties (${app_utils_SOURCES} PROPERTIES OBJECT_DEPENDS ${CONFIG_H})
|
|
|
|
set(app_utils_ALL_SOURCES ${app_utils_SOURCES} ${app_utils_HEADERS} ${app_utils_noinst_HEADERS})
|
|
-set(app_utils_ALL_LIBRARIES gncmod-engine gnc-module ${GIO_LDFLAGS} ${LIBXML2_LDFLAGS} ${LIBXSLT_LDFLAGS})
|
|
+set(app_utils_ALL_LIBRARIES gncmod-engine gnc-module ${GIO_LDFLAGS} ${LIBXML2_LDFLAGS} ${LIBXSLT_LDFLAGS} -lm)
|
|
set(app_utils_ALL_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/calculation ${GIO_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS}
|
|
${LIBXSLT_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/libgnucash/backend ${CMAKE_SOURCE_DIR}/libgnucash/engine)
|
|
|