cups: fix libdir handling
authorArnout Vandecappelle <arnout@mind.be>
Tue, 10 Jul 2012 11:52:32 +0000 (11:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Nov 2012 11:07:12 +0000 (12:07 +0100)
commit7655b95e27c3eebf7456a726e48b7e5448692b31
tree55bed58585e6f637e19a521e4db207f24887cf9e
parent3c592cb4dffc1a0f18d2106e15ebfb7c3d316fd5
cups: fix libdir handling

Cups uses /usr/lib64 if the HOST has it, no matter if it is cross compiling
for a 32bit arch, breaking the build for stuff looking in /usr/lib.

The fix of commit edd2716c didn't work, it would just force /usr/lib64 if
the target is 64 bit.  Instead, force installation in /usr/lib regardless
of the host.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/cups/cups.mk