From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P2RFJ-0004o0-Kc for garchives@archives.gentoo.org; Sun, 03 Oct 2010 16:17:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77648E076D; Sun, 3 Oct 2010 16:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 576BEE076D for ; Sun, 3 Oct 2010 16:17:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D994E1B400E for ; Sun, 3 Oct 2010 16:17:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 7579420051; Sun, 3 Oct 2010 16:17:01 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd/files: 2.95-disable-strip.patch 2.95-fix-ldflags.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 2.95-disable-strip.patch 2.95-fix-ldflags.patch X-VCS-Directories: sci-geosciences/gpsd/files X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20101003161701.7579420051@flycatcher.gentoo.org> Date: Sun, 3 Oct 2010 16:17:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 84e86b2b-1fe8-4181-b8ac-b8689c9ae1a3 X-Archives-Hash: 34e77ac12c5a113e6579e353a4d90b07 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. =20 (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/gp= sd/files/2.95-disable-strip.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gp= sd/files/2.95-disable-strip.patch?rev=3D1.1&content-type=3Dtext/plain Index: 2.95-disable-strip.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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=3D$(CC)" \ "QMAKE_CFLAGS+=3D$(CFLAGS)" \ "QMAKE_LFLAGS+=3D$(LDFLAGS)" \ + "QMAKE_STRIP=3D" \ "VERSION=3D$(libgps_VERSION)" \ "TARGET_LIBDIR=3D${libdir}" \ "TARGET_INCLUDEDIR=3D${includedir}" 1.1 sci-geosciences/gpsd/files/2.95-fix-ldflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gp= sd/files/2.95-fix-ldflags.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gp= sd/files/2.95-fix-ldflags.patch?rev=3D1.1&content-type=3Dtext/plain Index: 2.95-fix-ldflags.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =3D 0 libgps_VERSION_AGE =3D 0 libgps_VERSION_NUMBER =3D $(libgps_VERSION_AGE):$(libgps_VERSION__REVISI= ON):$(libgps_VERSION_AGE) -libgps_la_LDFLAGS =3D -version-number $(libgps_VERSION_CURRENT):$(libgps= _VERSION__REVISION):$(libgps_VERSION_AGE) +libgps_la_LDFLAGS =3D ${LDFLAGS} -version-number $(libgps_VERSION_CURREN= T):$(libgps_VERSION__REVISION):$(libgps_VERSION_AGE) lib_LTLIBRARIES =3D libgps.la libgpsd.la =20 libgps_SONAME =3D $(shell expr $(libgps_VERSION_CURRENT) - $(libgps_VERS= ION_AGE))