cloop: bump and fix package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Dec 2010 09:47:34 +0000 (10:47 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 28 Dec 2010 19:13:05 +0000 (20:13 +0100)
commit467f221d20f2a1927ef695bd4ac92559257ce8f9
treeb35ba2b00b5dc4a3252868e7376651dfe2a86711
parent6527001c9d42b95c76b7689ed8eeecd8d17740cd
cloop: bump and fix package

On a machine without zlib-dev installed, cloop must rely on the
host-zlib compiled by Buildroot, but due to the horrible cloop build
system, this didn't happen and the build was failing.

Therefore, we now pass all the $(HOST_CONFIGURE_OPTS) when building
cloop, and we fix the Makefile so that it takes into account
CFLAGS/LDFLAGS passed in the environment or command-line and do not
override them.

[Peter: fix typos, remove HOST_MAKE_ENV]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/cloop/cloop-2.634-1-cflags.patch [new file with mode: 0644]
package/cloop/cloop.mk