package/apr: Add libuuid as optional dependency
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 21 May 2015 17:19:08 +0000 (19:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 21 May 2015 20:47:44 +0000 (22:47 +0200)
commitfd25b0128945aa118cb5f66e665d445d0da1d7dd
treef55212140bd0a7a5675dec0d96931302af4a8e84
parentd3372fb39f07543f9f31e4c2fecc92f57f3bd710
package/apr: Add libuuid as optional dependency

libuuid is picked up by apr when present:

Checking for OS UUID Support...
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... -luuid
checking for uuid_generate... yes
checking for os uuid usability... yes

$ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libapr-1.so | grep libuuid
 0x00000001 (NEEDED)                     Shared library: [libuuid.so.1]

[Thomas: move the added chunk a bit further down, and use += instead
of =.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/apr/apr.mk