public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: 2.95-disable-strip.patch 2.95-fix-ldflags.patch
@ 2010-10-03 16:17 99% Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 1+ results
From: Tomas Chvatal (scarabeus) @ 2010-10-03 16:17 UTC (permalink / raw
  To: gentoo-commits

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))






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-03 16:17 99% [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: 2.95-disable-strip.patch 2.95-fix-ldflags.patch Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox