This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 3e089f991eb2a1946964b6d42357db197d3be099 (commit) from c3b33c14d2263d443554d1b3ac5f43430e148698 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/3e089f991eb2a1946964b6d42357db197d3be...
commit 3e089f991eb2a1946964b6d42357db197d3be099 Author: BlueBear jiri.bluebear.dluhos@gmail.com Date: Mon May 9 00:39:45 2011 +0200
-ldl is needed for the SDL backend to build.
diff --git a/core/Makefile b/core/Makefile index 9981be7..83ca598 100644 --- a/core/Makefile +++ b/core/Makefile @@ -23,7 +23,7 @@ $(LIBRARY).a: $(OBJECTS) ar crus $@ $^
$(LIBRARY).so: $(OBJECTS) - $(CC) -fPIC -dPIC -lm --shared -Wl,-soname -Wl,$@.0 $(CFLAGS) $^ -o $@ + $(CC) -fPIC -dPIC -lm -ldl --shared -Wl,-soname -Wl,$@.0 $(CFLAGS) $^ -o $@ ln -sf $@ $@.0
%.o: %.c $(ALGORITHMS)
-----------------------------------------------------------------------
Summary of changes: core/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.