eccda17813
- Link with -pthread instead of -lphtread. - Use VERSION (consistent with other ports, although it's still not a rule) and propagate it where needed. - Propagate SO_VERSION using MAKE_FLAGS. - Fix MASTER_SITES. - Remove a bunch of patches that prevented .so links to be created, use a post-install target to remove them instead. Discussed with and ok ajacoutot@
14 lines
507 B
Plaintext
14 lines
507 B
Plaintext
Needed to fix a linker warning message about size mismatch. Credits to
|
|
Andreas Vogele <andreas@kurzegrasse.de> for this one.
|
|
|
|
--- source/stubdata/Makefile.in.orig Mon Sep 22 21:03:42 2008
|
|
+++ source/stubdata/Makefile.in Wed Oct 29 11:50:47 2008
|
|
@@ -41,6 +41,7 @@ ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS)
|
|
|
|
DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS)
|
|
DYNAMICCFLAGS = $(SHAREDLIBCFLAGS)
|
|
+DYNAMICCFLAGS += -finhibit-size-directive
|
|
DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS)
|
|
|
|
ifneq ($(top_builddir),$(top_srcdir))
|