]> www.infradead.org Git - mtd-utils.git/commit
Makefile: Add Optional ZLIB and LZO CPPFLAGS and LDFLAGS
authorGrant Erickson <gerickson@nuovations.com>
Wed, 18 Jun 2008 14:35:39 +0000 (07:35 -0700)
committerJosh Boyer <jwboyer@gmail.com>
Thu, 3 Jul 2008 13:31:17 +0000 (09:31 -0400)
commit88730cb3f01f6b43f53faa3333f508ac9bc42916
tree76f9bedf5ff1fc10a4949d275e872ad05d5cf755
parent230b13b2d9b109b5c166b4b0334609b52b452d12
Makefile: Add Optional ZLIB and LZO CPPFLAGS and LDFLAGS

This adds support for allowing the specification of unique CPPFLAGS and
LDFLAGS for both LZO and ZLIB. In addition, it allows for independently
specifying both PREFIX and EXEC_PREFIX.

The former is useful in some cross-compilation environments where the
LZO and ZLIB versions being built against are not those installed in the
standard locations.

The latter is useful when installing mtd-utils in a multi-architecture
installation area.

Signed-off-by: Grant Erickson <gerickson@nuovations.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Makefile