package/smack: fix musl build
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 31 Jan 2016 16:26:21 +0000 (17:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 31 Jan 2016 20:06:25 +0000 (21:06 +0100)
commit421defd17679c6d203a01ca1768cd347da593e40
treead436c5e3e4173bddb12b7a5e647db902a6d4296
parent5bb7ad75830ed0499be41cbcea36bb905f67c815
package/smack: fix musl build

The build error was not yet found by the autobuilders:

common.c: In function ‘clear’:
common.c:36:12: error: ‘PATH_MAX’ undeclared (first use in this function)
  char path[PATH_MAX];
            ^

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/smack/0001-libsmack-common.c-Include-limits.h-for-PATH_MAX.patch [new file with mode: 0644]