public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/linux-wlan-ng-utils/files: linux-wlan-ng-utils-0.2.2-asneeded.patch
@ 2010-06-29 15:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-29 15:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/29 15:27:00

  Added:                linux-wlan-ng-utils-0.2.2-asneeded.patch
  Log:
  Fix building with -Wl,--as-needed wrt #248195 by Diego E. Pettenò.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-wireless/linux-wlan-ng-utils/files/linux-wlan-ng-utils-0.2.2-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/linux-wlan-ng-utils/files/linux-wlan-ng-utils-0.2.2-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/linux-wlan-ng-utils/files/linux-wlan-ng-utils-0.2.2-asneeded.patch?rev=1.1&content-type=text/plain

Index: linux-wlan-ng-utils-0.2.2-asneeded.patch
===================================================================
--- add-ons/keygen/Makefile
+++ add-ons/keygen/Makefile
@@ -44,6 +44,6 @@
 
 
 keygen:
-	gcc -o keygen keygen.c -lcrypto
+	$(CC) $(CFLAGS) $(LDFLAGS) -o keygen keygen.c -lcrypto
 
 
--- add-ons/lwepgen/Makefile
+++ add-ons/lwepgen/Makefile
@@ -1,7 +1,7 @@
 default: lwepgen
 
 lwepgen: lwepgen.c
-	 gcc -Wl,/usr/lib/libcrypto.so -o lwepgen lwepgen.c
+	 $(CC) $(CFLAGS) $(LDFLAGS) -o lwepgen lwepgen.c -lcrypto
 	 
 lwepgen.c:
 	echo lwepgen.c missing!






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

* [gentoo-commits] gentoo-x86 commit in net-wireless/linux-wlan-ng-utils/files: linux-wlan-ng-utils-0.2.2-asneeded.patch
@ 2012-12-25 13:04 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2012-12-25 13:04 UTC (permalink / raw
  To: gentoo-commits

pacho       12/12/25 13:04:08

  Removed:              linux-wlan-ng-utils-0.2.2-asneeded.patch
  Log:
  Drop masked for removal package


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

end of thread, other threads:[~2012-12-25 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 13:04 [gentoo-commits] gentoo-x86 commit in net-wireless/linux-wlan-ng-utils/files: linux-wlan-ng-utils-0.2.2-asneeded.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-29 15:27 Samuli Suominen (ssuominen)

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