libcoap: fix PKG_BUILD_DIR 3702/head
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Dec 2016 16:43:31 +0000 (17:43 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Dec 2016 16:56:09 +0000 (17:56 +0100)
commit387e2d55ccf8b28d004c00c069ee0ae48ea8d962
tree6696bbafdc59bb714877ddcb297725f45ba5d3f4
parent558f0b563b4f971181201ea2d61640a69dd319c1
libcoap: fix PKG_BUILD_DIR

libcoap is not building in LEDE any more because it is extracted to
/libcoap/ and the package makefiles try to access it at
/libcoap-2da31de732c0e51a9bc9e1d4aea21e25da89cf87/.

This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/
without the hash.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
libs/libcoap/Makefile