gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Fix for parallel build issue


From: Ed Martin
Subject: [Gnash-dev] Fix for parallel build issue
Date: Mon, 29 Jun 2009 00:11:29 -0400
User-agent: Thunderbird 2.0.0.21 (X11/20090329)

Hi,
As i mentioned before, when using `make -j10` the latest trunk failed to build. So i cam up with this patch, and it seems to work.

--- /mnt/ram/gnash-bzr/libbase/Makefile.am      2009-06-28 00:50:51.335044902 
-0400
+++ libbase/Makefile.am 2009-06-28 23:40:12.000000000 -0400
@@ -199,7 +199,7 @@
 endif
 
 libgnashbase_la_LDFLAGS = -release $(VERSION) 
-libgnashbase_la_DEPENDENCIES = $(LIBLTDL)
+libgnashbase_la_DEPENDENCIES = $(LIBLTDLLIB)
 
 if WIN32
   libgnashbase_la_LDFLAGS += -no-undefined

reply via email to

[Prev in Thread] Current Thread [Next in Thread]