Commit Graph

12 Commits

Author SHA1 Message Date
Sergey V. Lobanov c53b7ba449 libowfat: fix build on macos
libowfat target-build fails on macos due to using system `ar` and
`ranlib` tools not compatible with the objects generated by
OpenWrt GCC toolchain.

This patch specifies CROSS= make flag that is used as a prefix for
`ar` and `ranlib` tools.

This patch also specifies CCC= make flag due to CCC= has invalid
value after specifying CROSS= make flag (CCC=$(CROSS)$(CC))

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-31 15:06:20 +00:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Rosen Penev 5a7148d112
treewide: add missing BUILDONLY
Fixes Makefile warnings:

WARNING: skipping X -- package has no install section

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-12 17:43:49 -07:00
Rosen Penev f0db39bf0e libowfat: fix compilation under GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 00:32:23 +01:00
Rosen Penev 2a4b6e4651 libowfat: Update to 0.32
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:09:43 -08:00
Daniel Golle 9c6bb52d2c libowfat: update to version 0.31
now requires host-build to provide the 'ent' build-tool which generates
entities.h for use in scan_html.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-06-19 01:33:32 +02:00
Daniel Golle b47fe96be4 libowfat: fix download URL
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:39:15 +02:00
Daniel Golle cb331a4170 libowfat: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Daniel Golle aa0ce3260b libowfat: bump version to 0.29
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-11-27 14:06:53 +01:00
Daniel Golle 96cec85081 libowfat: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-08-10 13:59:28 +02:00
Etienne CHAMPETIER 36551d4c41 libowfat: fix a build error (havescope.h)
this fixes #63

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-30 13:28:56 +02:00
Daniel Golle 4a5b047c08 Import libowfat
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-06-13 17:04:53 +02:00