Hi,
thanks Bjørn - this looks similar to a fix I had in mind. I'll give it
some more thorough tries later.
~ Jo
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
CAN and CAN-USB support related symbols are now handled by general linux
support, see [1]
InstallDev skips .a file and adds .pc pkgconfig file.
"-ffunction-sections -fdata-sections" were removed as they not help much
for shared libraries
The change should also fix the issue that current build ca
Hi,
We want to run some processes in the procd-ujail, this works when we use a
SquashFS image and an overlay file system, but when we use an initramfs it does
not work.
We see the following error message:
--
Fri Oct 18 16:31:51 2019 user.err : jail: pivot_root(/tmp/ujail-ngPNoo,
/t
On Fri, Oct 18, 2019 at 6:08 AM Yousong Zhou wrote:
>
> CAN and CAN-USB support related symbols are now handled by general linux
> support, see [1]
>
> InstallDev skips .a file and adds .pc pkgconfig file.
>
> "-ffunction-sections -fdata-sections" were removed as they not help much
> for shared li
On Fri, Oct 18, 2019 at 6:08 AM Yousong Zhou wrote:
>
> CAN and CAN-USB support related symbols are now handled by general linux
> support, see [1]
>
> InstallDev skips .a file and adds .pc pkgconfig file.
>
> "-ffunction-sections -fdata-sections" were removed as they not help much
> for shared li
The main motivation is to drop and stop maintaining
"100-debian_shared_lib.patch". It lacks the logic to include custom
implementation of several functions like pcap_strlcpy() which can cause
build failures when glibc is used [2]
CAN and CAN-USB support related symbols are now handled by general
On Sat, 19 Oct 2019 at 04:15, Rosen Penev wrote:
...
> > + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
> > + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpcap.pc
> > $(1)/usr/lib/pkgconfig/
> I would check the generated pkgconfig file to see if the file paths
> are correct. Example of co
On Thu, 17 Oct 2019 at 16:19, Jo-Philipp Wich wrote:
>
...
>
> * rpcd leaks memory
I will give this a try and see how many leaks I can uncover in the weekend.
Regards,
yousong
___
openwrt-devel mailing list
openwrt-devel@lists.openwr
Yousong Zhou [2019-10-19 12:11:08]:
Hi,
> > * rpcd leaks memory
>
> I will give this a try and see how many leaks I can uncover in the weekend.
great! BTW that release blocking one might be already fixed, just guessing from
this IRC discussion:
< jow> Hauke: the leak in rpcd can be easily p