Re: [PATCHv2] libjson-c: fix pkgconfig file

2020-07-11 Thread Rosen Penev
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

Re: [PATCHv2] libjson-c: fix pkgconfig file

2020-07-11 Thread Petr Štetiar
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

[PATCHv2] libjson-c: fix pkgconfig file

2020-07-04 Thread Rosen Penev
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