Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dgollub
dwarves
cmake-buildenv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cmake-buildenv.patch of Package dwarves
--- CMakeLists.txt +++ CMakeLists.txt @@ -1,4 +1,6 @@ -project(pahole) +project(pahole C) + +INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ) # Try to parse this later, Helio just showed me a KDE4 example to support # x86-64 builds. @@ -86,7 +88,6 @@ install(TARGETS dwarves dwarves_emit dwarves_reorganize LIBRARY DESTINATION ${LIB_INSTALL_DIR}) install(FILES dwarves.h dwarves_emit.h dwarves_reorganize.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include) install(PROGRAMS ostra/ostra-cg DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) -install(FILES ostra/python/ostra.py DESTINATION /usr/share/dwarves/runtime/python) -install(FILES lib/Makefile lib/ctracer_jprobe.c - lib/ctracer_relay.c lib/ctracer_relay.h - DESTINATION /usr/share/dwarves/runtime) +install(FILES ostra/python/ostra.py DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dwarves/runtime/python) +install(FILES lib/Makefile lib/ctracer_relay.c lib/ctracer_relay.h + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dwarves/runtime)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor