public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/stone/files: stone-2.3e-makefile.patch
@ 2013-02-20 13:56 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-02-20 13:56 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/02/20 13:56:01

  Added:                stone-2.3e-makefile.patch
  Log:
  Revision bump: EAPI 5, base eclass, use flag-o-matic for CFLAGS handling, respect LDFLAGS, wrt bug #337879
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.1                  net-misc/stone/files/stone-2.3e-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stone/files/stone-2.3e-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stone/files/stone-2.3e-makefile.patch?rev=1.1&content-type=text/plain

Index: stone-2.3e-makefile.patch
===================================================================
--- Makefile.orig	2013-02-20 17:45:36.000000000 +0400
+++ Makefile	2013-02-20 17:47:19.323650328 +0400
@@ -19,8 +19,6 @@
 # -DWINDOWS	Windows95/98/NT
 # -DNT_SERVICE	WindowsNT/2000 native service
 
-CFLAGS=		# -g
-
 SSL=		/usr/local/ssl
 SSL_FLAGS=	-DUSE_SSL
 SSL_LIBS=	-lssl -lcrypto
@@ -60,7 +58,7 @@
 	@echo "*** md5c.c is contained in RFC1321"
 
 stone: stone.c
-	$(CC) $(CFLAGS) $(FLAGS) -o $@ $? $(LIBS)
+	$(CC) $(CFLAGS) $(FLAGS) ${LDFLAGS} -o $@ $? $(LIBS)
 
 pop_stone: $(POP_LIBS)
 	$(MAKE) FLAGS="$(POP_FLAGS)" LIBS="$(POP_LIBS)" $(TARGET)





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

only message in thread, other threads:[~2013-02-20 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 13:56 [gentoo-commits] gentoo-x86 commit in net-misc/stone/files: stone-2.3e-makefile.patch Sergey Popov (pinkbyte)

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