package/kismet: fix build when time_t is defined as long long
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 4 Mar 2021 12:29:25 +0000 (13:29 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 4 Mar 2021 19:39:52 +0000 (20:39 +0100)
commitf007b62cc287049320de7f3a36878ccc4237b1c6
treedcd0fe32dd8e5dd59302c8d4660843283c60341c
parente9fbb8dccb0432dcca87dca10ebba3961b98896b
package/kismet: fix build when time_t is defined as long long

On some platforms time_t is defined as long long. At the moment, the
compilation of sqlite3_column_as<time_t>(...) fails on these systems
because the appropriate getter is not defined

Fixes:
 - http://autobuild.buildroot.org/results/3a76afdbd8b564579bfb08a4d75b438dbd73ac2e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/kismet/0001-Add-getter-to-read-database-values-as-long-long.patch [new file with mode: 0644]