jlec        15/03/24 19:42:04

  Added:                gkrellstock-0.5-ldflags.patch
  Log:
  Fix build problems due to missing CFLAGS, #544090; respect LDFLAGS, #340957
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  x11-plugins/gkrellstock/files/gkrellstock-0.5-ldflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/files/gkrellstock-0.5-ldflags.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/files/gkrellstock-0.5-ldflags.patch?rev=1.1&content-type=text/plain

Index: gkrellstock-0.5-ldflags.patch
===================================================================
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eb26b17..79e4391 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ CC = gcc $(CFLAGS) $(FLAGS)
 OBJS = gkrellstock.o
 
 gkrellstock.so: $(OBJS)
-       $(CC) $(OBJS) -o gkrellstock.so $(LFLAGS) $(LIBS) 
+       $(CC) $(LDFLAGS) $(OBJS) -o gkrellstock.so $(LFLAGS) $(LIBS) 
 
 clean:
        rm -f *.o core *.so* *.bak *~




Reply via email to