Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 704850 | Differences between
and this patch

Collapse All | Expand All

(-)a/aux/broker/bindings/python/CMakeLists.txt (-11 lines)
Lines 55-71 if (NOT CMAKE_BUILD_TYPE MATCHES DEBUG) Link Here
55
  endif()
55
  endif()
56
endif ()
56
endif ()
57
# Strip unnecessary sections of the binary on Linux/Mac OS.
58
if (CMAKE_STRIP)
59
  if(APPLE)
60
    add_custom_command(TARGET _broker POST_BUILD
61
                       COMMAND ${CMAKE_STRIP} -u -r $<TARGET_FILE:_broker>)
62
  else()
63
    add_custom_command(TARGET _broker POST_BUILD
64
                       COMMAND ${CMAKE_STRIP} $<TARGET_FILE:_broker>)
65
  endif()
66
endif ()
67
68
if ( NOT PY_MOD_INSTALL_DIR )
57
if ( NOT PY_MOD_INSTALL_DIR )
69
  # Figure out Python module install directory.
58
  # Figure out Python module install directory.
70
  if (BROKER_PYTHON_PREFIX)
59
  if (BROKER_PYTHON_PREFIX)

Return to bug 704850