On Fri, 10 Aug 2012 08:18:40 -0600
Eduardo Silva <[email protected]> wrote:

> it fails on master:
> 
> Applying: build: Make sure the lib-objs also get header deps
> error: patch failed: configure:491
> error: configure: patch does not apply
> Patch failed at 0001 build: Make sure the lib-objs also get header deps
> When you have resolved this problem run "git am --resolved".
> If you would prefer to skip this patch, instead run "git am --skip".
> To restore the original branch and stop patching run "git am --abort".
> 
> 
> On Wed, Aug 8, 2012 at 1:30 PM, Lauri Kasanen <[email protected]> wrote:
> > Hi
> >
> > A build system fix.

Attaching refreshed version.


- Lauri
>From d6f20e27437744943811407d531b8830d0a74855 Mon Sep 17 00:00:00 2001
From: Lauri Kasanen <[email protected]>
Date: Wed, 8 Aug 2012 22:27:59 +0300
Subject: [PATCH] build: Make sure the lib-objs also get header deps


Signed-off-by: Lauri Kasanen <[email protected]>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 04a0556..3ac3806 100755
--- a/configure
+++ b/configure
@@ -463,6 +463,8 @@ lib: $SONAME
 $SONAME: \$(LIBOBJ)
        \$(CC_QUIET) \$(CFLAGS) \$(LIBDEFS) \$(LDFLAGS) -Wl,-soname,$SONAME 
-shared -o \$@ \$(LIBOBJ) $mod_obj \$(LIBS)
 
+\$(LIBOBJ): \$(OBJ)
+
 clean:
        rm -rf *.[od] $SONAME *.lo
        rm -rf ../bin/monkey
-- 
1.7.2.1

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to