tag 356274 patch
thanks

The attached patch passes --ldflags to fltk-config instead of
--ldstaticflags, which fixes the build.

-- 
Matt
diff -ru tuxpaint-config-0.0.6-orig/Makefile tuxpaint-config-0.0.6/Makefile
--- tuxpaint-config-0.0.6-orig/Makefile 2006-03-16 15:13:13.000000000 -0800
+++ tuxpaint-config-0.0.6/Makefile      2006-03-16 15:13:41.000000000 -0800
@@ -70,7 +70,7 @@
 # Libraries, paths, and flags:
 
 FLTK_CFLAGS=`fltk-config --cxxflags`
-FLTK_LIBS=`fltk-config --ldstaticflags`
+FLTK_LIBS=`fltk-config --ldflags`
 
 # Default CFLAGS:
 CFLAGS=-O2 -Wall

Attachment: signature.asc
Description: Digital signature

Reply via email to