public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Naohiro Aota (naota)" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe/files: libtabe-0.2.6-ldflags.patch
Date: Thu, 14 Jun 2012 06:02:48 +0000 (UTC)	[thread overview]
Message-ID: <20120614060248.E020B2004B@flycatcher.gentoo.org> (raw)

naota       12/06/14 06:02:48

  Added:                libtabe-0.2.6-ldflags.patch
  Log:
  Add patch to handle LDFLAGS properly.
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch?rev=1.1&content-type=text/plain

Index: libtabe-0.2.6-ldflags.patch
===================================================================
diff --git a/src/Makefile.in b/src/Makefile.in
index ada3dca..6acd71c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -10,7 +10,7 @@ CPPFLAGS        = @CPPFLAGS@
 DEFS            = @DEFS@
 RANLIB          = @RANLIB@
 LN_S            = @LN_S@
-LDFLAGS	        = @with_db_lib@
+LDFLAGS	        = @with_db_lib@ @LDFLAGS@
 INC	        = @with_db_inc@
 INSTALL         = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -55,7 +55,7 @@ all: $(LIBNAME) @build_supports@
 
 $(LIBNAME): $(LIBOBJS)
 	$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
-		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
+		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) $(LDFLAGS)
 
 bims:
 	(cd supports/bims; $(MAKE))
diff --git a/src/supports/bims/Makefile.in b/src/supports/bims/Makefile.in
index dc2534d..0e3041b 100644
--- a/src/supports/bims/Makefile.in
+++ b/src/supports/bims/Makefile.in
@@ -10,7 +10,7 @@ CPPFLAGS        = @CPPFLAGS@
 DEFS            = @DEFS@
 RANLIB          = @RANLIB@
 LN_S            = @LN_S@
-LDFLAGS         = @with_db_lib@
+LDFLAGS         = @with_db_lib@ @LDFLAGS@
 INC             = -I../..
 INSTALL         = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -45,7 +45,7 @@ all: $(LIBNAME)
 
 $(LIBNAME): $(LIBOBJS)
 	$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
-		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
+		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) $(LDFLAGS)
 
 bims.lo: bims.c bims.h
 	$(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c
diff --git a/util/Makefile.in b/util/Makefile.in
index cb82736..16425d1 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -10,7 +10,7 @@ CPPFLAGS        = @CPPFLAGS@
 DEFS            = @DEFS@
 RANLIB          = @RANLIB@
 LN_S            = @LN_S@
-LDFLAGS         = ../src/libtabe.la @with_db_lib@
+LDFLAGS         = ../src/libtabe.la @with_db_lib@ @LDFLAGS@
 INC             = -I../src @with_db_inc@
 INSTALL		= @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@






                 reply	other threads:[~2012-06-14  6:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120614060248.E020B2004B@flycatcher.gentoo.org \
    --to=naota@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox