* [gentoo-commits] gentoo-x86 commit in dev-libs/cvector/files: cvector-1.0.3.1-LDFLAGS.patch
@ 2013-03-16 18:16 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-03-16 18:16 UTC (permalink / raw
To: gentoo-commits
jlec 13/03/16 18:16:02
Added: cvector-1.0.3.1-LDFLAGS.patch
Log:
dev-libs/cvector: Version BUmp
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.1 dev-libs/cvector/files/cvector-1.0.3.1-LDFLAGS.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cvector/files/cvector-1.0.3.1-LDFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cvector/files/cvector-1.0.3.1-LDFLAGS.patch?rev=1.1&content-type=text/plain
Index: cvector-1.0.3.1-LDFLAGS.patch
===================================================================
--- Makefile 2009-07-08 04:02:56.000000000 +0200
+++ Makefile.new 2009-07-25 11:59:27.000000000 +0200
@@ -89,10 +89,10 @@
endif
COMPILE_COMMAND = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) $(WARNINGS) -c
-LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined -rpath $(INSTALL_PREFIX)/lib
-BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES)
-BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -dynamic -I $(INSTALL_PREFIX)/include
-BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -static -I $(INSTALL_PREFIX)/include
+LIBRARY_LINK_COMMAND = $(LIBTOOL) --mode=link $(CC) -version-info $(VERSION) -release $(RELEASE) -no-undefined $(LDFLAGS)
+BUILD_COMMAND_LOCAL = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(INCLUDES) $(LDFLAGS)
+BUILD_COMMAND_DYNAMIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -shared
+BUILD_COMMAND_STATIC = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -static
INSTALL_COMMAND = $(LIBTOOL) --mode=install cp
INSTALL_FINISH_COMMAND = $(LIBTOOL) --mode=finish
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-16 18:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 18:16 [gentoo-commits] gentoo-x86 commit in dev-libs/cvector/files: cvector-1.0.3.1-LDFLAGS.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox