diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 20:18:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 20:18:55 +0100 |
commit | 7520a306e9fc2892d9d30c09fd257780694ed5ab (patch) | |
tree | 118730d11179f964fadf14676887823a00f4655d /package | |
parent | c0986f08202b721a35d3a46a2257293381d892d7 (diff) |
enable debug output, still hudson fails. don't know why. can't reproduce it in normal build
Diffstat (limited to 'package')
-rw-r--r-- | package/libx264/patches/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libx264/patches/patch-Makefile b/package/libx264/patches/patch-Makefile new file mode 100644 index 000000000..8d7d883b1 --- /dev/null +++ b/package/libx264/patches/patch-Makefile @@ -0,0 +1,14 @@ +--- libx264-1.0.1.orig/Makefile 2014-01-22 11:20:21.000000000 +0100 ++++ libx264-1.0.1/Makefile 2014-02-22 20:15:00.000000000 +0100 +@@ -201,7 +201,10 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(O + + .depend: config.mak + @rm -f .depend +- @$(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;) ++ echo $(SRCS) ++ echo $(SRCS0) ++ echo $(SRCCLI) ++ $(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;) + + config.mak: + ./configure |