Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 657158
Collapse All | Expand All

(-)a/CMakeLists.txt (+2 lines)
Lines 38-43 Link Here
38
# Disallow building during install to avoid permission problems
38
# Disallow building during install to avoid permission problems
39
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
39
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
40
40
41
set(CMAKE_EXE_LINKER_FLAGS "-fuse-ld=bfd -fno-use-linker-plugin ${CMAKE_EXE_LINKER_FLAGS}")
42
41
find_package(Vala REQUIRED)
43
find_package(Vala REQUIRED)
42
vala_require("0.16.0")
44
vala_require("0.16.0")
43
set(VALAFLAGS ${VALAFLAGS}
45
set(VALAFLAGS ${VALAFLAGS}

Return to bug 657158