components/flex/patches/001-flex-2.5.35.test-pthread.Makefile.in.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Thu, 12 May 2016 11:26:45 -0700
changeset 5973 e70390875a14
parent 1275 03b86a2f9021
permissions -rw-r--r--
23277356 libvpx only needs yasm on intel

--- 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