fe21a12a73
- updated to 7.2alpha6 * many bug fixes and new features from 6.6, see doc/README.changes for older changes and ChangeLog for recent changes (forwarded request 76080 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/76144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gc?expand=0&rev=14
13 lines
458 B
Diff
13 lines
458 B
Diff
Index: gc-7.2alpha6/Makefile.am
|
|
===================================================================
|
|
--- gc-7.2alpha6.orig/Makefile.am
|
|
+++ gc-7.2alpha6/Makefile.am
|
|
@@ -104,7 +104,6 @@ EXTRA_libgc_la_SOURCES = alpha_mach_dep.
|
|
|
|
if CPLUSPLUS
|
|
lib_LTLIBRARIES += libgccpp.la
|
|
-pkginclude_HEADERS += include/gc_cpp.h include/gc_allocator.h
|
|
libgccpp_la_SOURCES = gc_cpp.cc
|
|
libgccpp_la_LIBADD = ./libgc.la
|
|
libgccpp_la_LDFLAGS = -version-info 1:3:0 -no-undefined
|