public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/lgeneral/files: lgeneral-1.2_beta12-as-needed.patch
@ 2009-02-12  9:13 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2009-02-12  9:13 UTC (permalink / raw
  To: gentoo-commits

tupone      09/02/12 09:13:08

  Added:                lgeneral-1.2_beta12-as-needed.patch
  Log:
  Fix --as-needed bug #247496
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)

Revision  Changes    Path
1.1                  games-strategy/lgeneral/files/lgeneral-1.2_beta12-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lgeneral/files/lgeneral-1.2_beta12-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/lgeneral/files/lgeneral-1.2_beta12-as-needed.patch?rev=1.1&content-type=text/plain

Index: lgeneral-1.2_beta12-as-needed.patch
===================================================================
--- tools/ltrextract/Makefile.am.old    2009-02-12 09:48:37.000000000 +0100
+++ tools/ltrextract/Makefile.am        2009-02-12 09:50:36.000000000 +0100
@@ -3,9 +3,8 @@
 
 bin_PROGRAMS = ltrextract
 
-LIBS = $(top_builddir)/util/libutil.a $(INTLLIBS)
 AM_CFLAGS = -DLTREXTRACT @dis_flag@ -I$(LGENERAL_PATH) -I$(top_srcdir) -I$(top_srcdir)/util $(INTLINCLUDES)
-ltrextract_LDFLAGS = -lm
+ltrextract_LDADD = $(top_builddir)/util/libutil.a $(INTLLIBS)
 ltrextract_SOURCES = ltrextract.c util.c util.h \
 	terrain.c terrain.h map.c map.h nation.c nation.h \
 	unit_lib.c unit_lib.h scenario.c scenario.h campaign.c campaign.h \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-12  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12  9:13 [gentoo-commits] gentoo-x86 commit in games-strategy/lgeneral/files: lgeneral-1.2_beta12-as-needed.patch Alfredo Tupone (tupone)

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