By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1651
Collapse All | Expand All

(-)a/konqueror/preloader/CMakeLists.txt (-2 lines)
Lines 9-16 Link Here
9
#
9
#
10
#################################################
10
#################################################
11
11
12
# FIXME there we have some checks for malloc
13
14
include_directories(
12
include_directories(
15
  ${CMAKE_CURRENT_BINARY_DIR}
13
  ${CMAKE_CURRENT_BINARY_DIR}
16
  ${CMAKE_BINARY_DIR}/konqueror
14
  ${CMAKE_BINARY_DIR}/konqueror
(-)a/tdesu/tdesud/CMakeLists.txt (-3 lines)
Lines 9-16 Link Here
9
#
9
#
10
#################################################
10
#################################################
11
11
12
# FIXME there is used KDE_USE_FPIE
13
14
include_directories(
12
include_directories(
15
  ${CMAKE_CURRENT_BINARY_DIR}
13
  ${CMAKE_CURRENT_BINARY_DIR}
16
  ${CMAKE_BINARY_DIR}
14
  ${CMAKE_BINARY_DIR}
17
- 

Return to bug 1651