public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-block/iscsi-initiator-core-tools/files: fix-ldflags.patch
@ 2010-09-27 11:46 Dawid Weglinski (cla)
  0 siblings, 0 replies; 2+ messages in thread
From: Dawid Weglinski (cla) @ 2010-09-27 11:46 UTC (permalink / raw
  To: gentoo-commits

cla         10/09/27 11:46:12

  Added:                fix-ldflags.patch
  Log:
  Respect user defined LDFLAGS (bug #337923)
  
  (Portage version: 2.2_rc78/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-block/iscsi-initiator-core-tools/files/fix-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/iscsi-initiator-core-tools/files/fix-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/iscsi-initiator-core-tools/files/fix-ldflags.patch?rev=1.1&content-type=text/plain

Index: fix-ldflags.patch
===================================================================
diff -Naur iscsi-initiator-core-tools-2.3.old/ipyxd/Makefile iscsi-initiator-core-tools-2.3/ipyxd/Makefile
--- iscsi-initiator-core-tools-2.3.old/ipyxd/Makefile	2005-04-01 10:35:54.000000000 +0200
+++ iscsi-initiator-core-tools-2.3/ipyxd/Makefile	2010-09-27 13:39:25.000000000 +0200
@@ -51,19 +51,19 @@
 	fi
 
 ${MD5}.o : ${SRC}${MD5}.c
-	${CC} ${AUTHFLAGS} -c $<
+	${CC} ${LDFLAGS} ${AUTHFLAGS} -c $<
 
 ${CHAP}.o : ${SRC}${CHAP}.c
-	${CC} ${AUTHFLAGS} -c $<
+	${CC} ${LDFLAGS} ${AUTHFLAGS} -c $<
 
 ${AUTH} : ${SRC}${AUTH}.c
-	${CC} ${AUTHFLAGS} -o $@ $< ${LOBJECTS} ${AUTHLIBS}
+	${CC} ${LDFLAGS} ${AUTHFLAGS} -o $@ $< ${LOBJECTS} ${AUTHLIBS}
 
 ${INIT} : ${SRC}${INIT}.c
-	${CC} ${DEBUGFLAGS} ${INCLUDE} -o $@ $<
+	${CC} ${LDFLAGS} ${DEBUGFLAGS} ${INCLUDE} -o $@ $<
 
 ${INAME} : ${SRC}${INAME}.c
-	 ${CC} ${DEBUGFLAGS} ${INCLUDE} -o $@ $< ${MD5}.o
+	 ${CC} ${LDFLAGS} ${DEBUGFLAGS} ${INCLUDE} -o $@ $< ${MD5}.o
 
 devpts:
 	$(RM) -rf $(DESTDIR)/dev/iscsi






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsi-initiator-core-tools/files: fix-ldflags.patch
@ 2011-09-17  4:32 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-09-17  4:32 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/09/17 04:32:18

  Removed:              fix-ldflags.patch
  Log:
  Remove obsolete package with no update since 2k6.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-17  4:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17  4:32 [gentoo-commits] gentoo-x86 commit in sys-block/iscsi-initiator-core-tools/files: fix-ldflags.patch Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-27 11:46 Dawid Weglinski (cla)

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