public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/libreadline-java/files: libreadline-java-0.8.0-ldflags.patch
@ 2010-09-13 17:48 Serkan Kaba (serkan)
  0 siblings, 0 replies; only message in thread
From: Serkan Kaba (serkan) @ 2010-09-13 17:48 UTC (permalink / raw
  To: gentoo-commits

serkan      10/09/13 17:48:55

  Added:                libreadline-java-0.8.0-ldflags.patch
  Log:
  Revbump to respect LDFLAGS. Reported by Diego E. Pettenò <flameeyes@gentoo.org> in bug #336302.
  
  (Portage version: 2.2_rc80/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-java/libreadline-java/files/libreadline-java-0.8.0-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/libreadline-java/files/libreadline-java-0.8.0-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/libreadline-java/files/libreadline-java-0.8.0-ldflags.patch?rev=1.1&content-type=text/plain

Index: libreadline-java-0.8.0-ldflags.patch
===================================================================
diff -Nur libreadline-java-0.8.0/src/native/Makefile libreadline-java-0.8.0_patched/src/native/Makefile
--- libreadline-java-0.8.0/src/native/Makefile	2003-01-07 12:14:35.000000000 +0200
+++ libreadline-java-0.8.0_patched/src/native/Makefile	2010-09-13 20:31:56.000000000 +0300
@@ -97,7 +97,7 @@
 	$(CC) -W1,$(ROOTDIR)/lib$(TG).exp -o $@ \
 		$(OBJECTS) -W1,-e,_readline_init@12
 else
-	$(CC) -shared $(OBJECTS) $(LIBPATH) $($(TG)_LIBS) -o $@
+	$(CC) -shared $(LDFLAGS) $(OBJECTS) $(LIBPATH) $($(TG)_LIBS) -o $@
 endif
 endif
 






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

only message in thread, other threads:[~2010-09-13 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 17:48 [gentoo-commits] gentoo-x86 commit in dev-java/libreadline-java/files: libreadline-java-0.8.0-ldflags.patch Serkan Kaba (serkan)

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