On Sat, Jul 11, 2020 at 5:03 AM Petr Štetiar wrote:
>
> Rosen Penev [2020-07-04 18:09:32]:
>
> Hi,
>
> > Removed now pointless CFLAGS.
>
> ...
>
> > -TARGET_CFLAGS += $(FPIC) -Wno-implicit-fallthrough
> > -HOST_CFLAGS += -Wno-implicit-fallthrough
>
> Why is $(FPIC) pointless now?
It's already def
Rosen Penev [2020-07-04 18:09:32]:
Hi,
> Removed now pointless CFLAGS.
...
> -TARGET_CFLAGS += $(FPIC) -Wno-implicit-fallthrough
> -HOST_CFLAGS += -Wno-implicit-fallthrough
Why is $(FPIC) pointless now?
-- ynezz
___
openwrt-devel mailing list
open
The pkgconfig file references the host directories, not the openwrt
ones. Used SED to fix as is done elsewhere. Removed CMAKE_INSTALL as a
result.
Removed now pointless CFLAGS.
Added PKG_BUILD_PARALLEL for faster compilation.
Various rearrangements for consistency between packages.
Signed-off-b