Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:garloff
google-perftools
google-perftools_fix_multiple_install_headers.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File google-perftools_fix_multiple_install_headers.patch of Package google-perftools
Index: google-perftools-1.5/Makefile.am =================================================================== --- google-perftools-1.5.orig/Makefile.am +++ google-perftools-1.5/Makefile.am @@ -233,10 +233,8 @@ endif !MINGW TESTS += low_level_alloc_unittest WINDOWS_PROJECTS += vsprojects/low_level_alloc_unittest/low_level_alloc_unittest.vcproj LOW_LEVEL_ALLOC_UNITTEST_INCLUDES = src/base/low_level_alloc.h \ src/base/basictypes.h \ - src/google/malloc_hook.h \ - src/google/malloc_hook_c.h \ src/malloc_hook-inl.h \ $(SPINLOCK_INCLUDES) \ $(LOGGING_INCLUDES) low_level_alloc_unittest_SOURCES = src/base/low_level_alloc.cc \ @@ -357,12 +355,11 @@ S_TCMALLOC_MINIMAL_INCLUDES = src/common src/maybe_threads.h SG_TCMALLOC_MINIMAL_INCLUDES = src/google/malloc_hook.h \ src/google/malloc_hook_c.h \ src/google/malloc_extension.h \ - src/google/malloc_extension_c.h \ - src/google/stacktrace.h + src/google/malloc_extension_c.h TCMALLOC_MINIMAL_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) $(SG_TCMALLOC_MINIMAL_INCLUDES) -googleinclude_HEADERS += $(SG_TCMALLOC_MINIMAL_INCLUDES) +# googleinclude_HEADERS += $(SG_TCMALLOC_MINIMAL_INCLUDES) ### Making the library # As we describe at the top of this file, we want to turn off exceptions @@ -523,11 +520,9 @@ markidle_unittest_LDADD = $(LIBTCMALLOC_ TESTS += malloc_extension_test WINDOWS_PROJECTS += vsprojects/malloc_extension_test/malloc_extension_test.vcproj malloc_extension_test_SOURCES = src/tests/malloc_extension_test.cc \ src/config_for_unittests.h \ - src/base/logging.h \ - src/google/malloc_extension.h \ - src/google/malloc_extension_c.h + src/base/logging.h malloc_extension_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) malloc_extension_test_LDFLAGS = $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) malloc_extension_test_LDADD = $(LIBTCMALLOC_MINIMAL) $(PTHREAD_LIBS) @@ -780,10 +775,9 @@ LIBS_TO_WEAKEN += libtcmalloc.la ### Unittests TESTS += tcmalloc_unittest -TCMALLOC_UNITTEST_INCLUDES = src/config_for_unittests.h \ - src/google/malloc_extension.h +TCMALLOC_UNITTEST_INCLUDES = src/config_for_unittests.h tcmalloc_unittest_SOURCES = src/tests/tcmalloc_unittest.cc \ src/tcmalloc.h \ src/tests/testutil.h src/tests/testutil.cc \ $(TCMALLOC_UNITTEST_INCLUDES) @@ -846,10 +840,9 @@ sampling_test.sh$(EXEEXT): $(top_srcdir) # This is the sub-program used by sampling_test.sh # The -g is so pprof can get symbol information. noinst_PROGRAMS += sampling_test SAMPLING_TEST_INCLUDES = src/config_for_unittests.h \ - src/base/logging.h \ - src/google/malloc_extension.h + src/base/logging.h sampling_test_SOURCES = src/tests/sampling_test.cc \ $(SAMPLING_TEST_INCLUDES) sampling_test_CXXFLAGS = -g $(PTHREAD_CFLAGS) $(AM_CXXFLAGS) sampling_test_LDFLAGS = -g $(PTHREAD_CFLAGS) $(TCMALLOC_FLAGS) @@ -1026,10 +1019,9 @@ S_CPU_PROFILER_INCLUDES = src/profiledat src/base/simple_mutex.h \ src/base/sysinfo.h \ $(SPINLOCK_INCLUDES) \ $(LOGGING_INCLUDES) -SG_CPU_PROFILER_INCLUDES = src/google/profiler.h \ - src/google/stacktrace.h +SG_CPU_PROFILER_INCLUDES = src/google/profiler.h CPU_PROFILER_INCLUDES = $(S_CPU_PROFILER_INCLUDES) $(SG_CPU_PROFILER_INCLUDES) googleinclude_HEADERS += $(SG_CPU_PROFILER_INCLUDES) ### Making the library
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