components/flex/patches/001-flex-2.5.35.test-pthread.Makefile.in.patch
changeset 1275 03b86a2f9021
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/flex/patches/001-flex-2.5.35.test-pthread.Makefile.in.patch	Fri Apr 19 10:32:55 2013 -0700
@@ -0,0 +1,11 @@
+--- flex-2.5.35/tests/test-pthread/Makefile.in	2008-02-26 13:34:09.000000000 -0800
++++ flex-2.5.35/tests/test-pthread/Makefile.in	2013-03-19 12:37:17.679581930 -0700
+@@ -346,7 +346,7 @@
+ 	$(FLEX) $(LFLAGS) $<
+ 
+ $(testname)$(EXEEXT): $(OBJS)
+-	$(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES)
++	$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LOADLIBES)
+ 
+ test: $(testname)$(EXEEXT)
+ 	./$(testname) $(srcdir)/test-*.input