From: "Tomas Chvatal (scarabeus)" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: 2.95-disable-strip.patch 2.95-fix-ldflags.patch
Date: Sun, 3 Oct 2010 16:17:01 +0000 (UTC) [thread overview]
Message-ID: <20101003161701.7579420051@flycatcher.gentoo.org> (raw)
scarabeus 10/10/03 16:17:01
Added: 2.95-disable-strip.patch 2.95-fix-ldflags.patch
Log:
Fix ldflags and strip issues. Bug #339114.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-geosciences/gpsd/files/2.95-disable-strip.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/2.95-disable-strip.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/2.95-disable-strip.patch?rev=1.1&content-type=text/plain
Index: 2.95-disable-strip.patch
===================================================================
--- gpsd-2.95/Makefile.am 2010-07-12 02:40:22.000000000 +0200
+++ gpsd-2.95.new/Makefile.am 2010-10-03 18:04:10.000000000 +0200
@@ -340,6 +340,7 @@
"QMAKE_CC=$(CC)" \
"QMAKE_CFLAGS+=$(CFLAGS)" \
"QMAKE_LFLAGS+=$(LDFLAGS)" \
+ "QMAKE_STRIP=" \
"VERSION=$(libgps_VERSION)" \
"TARGET_LIBDIR=${libdir}" \
"TARGET_INCLUDEDIR=${includedir}"
1.1 sci-geosciences/gpsd/files/2.95-fix-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/2.95-fix-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/files/2.95-fix-ldflags.patch?rev=1.1&content-type=text/plain
Index: 2.95-fix-ldflags.patch
===================================================================
diff -urN gpsd-2.95//Makefile.am gpsd-2.95.new//Makefile.am
--- gpsd-2.95//Makefile.am 2010-07-12 02:40:22.000000000 +0200
+++ gpsd-2.95.new//Makefile.am 2010-10-03 18:12:23.000000000 +0200
@@ -137,7 +137,7 @@
libgps_VERSION__REVISION = 0
libgps_VERSION_AGE = 0
libgps_VERSION_NUMBER = $(libgps_VERSION_AGE):$(libgps_VERSION__REVISION):$(libgps_VERSION_AGE)
-libgps_la_LDFLAGS = -version-number $(libgps_VERSION_CURRENT):$(libgps_VERSION__REVISION):$(libgps_VERSION_AGE)
+libgps_la_LDFLAGS = ${LDFLAGS} -version-number $(libgps_VERSION_CURRENT):$(libgps_VERSION__REVISION):$(libgps_VERSION_AGE)
lib_LTLIBRARIES = libgps.la libgpsd.la
libgps_SONAME = $(shell expr $(libgps_VERSION_CURRENT) - $(libgps_VERSION_AGE))
reply other threads:[~2010-10-03 16:17 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=20101003161701.7579420051@flycatcher.gentoo.org \
--to=scarabeus@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