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 444015ece1a074f982dbe7d8f110f295acddc90a (commit) from c4ae73720b3f73c4c93cc9d697c07b4353c54ce1 (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/444015ece1a074f982dbe7d8f110f295acddc...
commit 444015ece1a074f982dbe7d8f110f295acddc90a Author: Cyril Hrubis metan@ucw.cz Date: Mon Nov 14 21:04:59 2011 +0100
build: Fix some linker flags, needs to be fixed properly in future.
diff --git a/app.mk b/app.mk index 9b31c14..0b301df 100644 --- a/app.mk +++ b/app.mk @@ -2,7 +2,7 @@ ifndef APPS $(error APPS not defined, fix your library Makefile) endif
-LDFLAGS+=-lpng -ljpeg +LDLIBS+=-lpng -ljpeg -lm -ldl
all: $(APPS)
diff --git a/tests/drivers/Makefile b/tests/drivers/Makefile index 28ea051..3f631db 100644 --- a/tests/drivers/Makefile +++ b/tests/drivers/Makefile @@ -1,4 +1,4 @@ -LDFLAGS=-L../../build/ -lGP -lpng -ldl -ljpeg +LDFLAGS=-L../../build/ -lGP -lpng -ldl -ljpeg -lm INCLUDE=-I../../include # Some warnings are triggered only with -O2 # thuss added here
-----------------------------------------------------------------------
Summary of changes: app.mk | 2 +- tests/drivers/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 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.