Hi,
Waldemar Brodkorb wrote,
> Hi John,
> John Crispin wrote,
>
> > On 04/06/2016 22:21, Waldemar Brodkorb wrote:
> > > Update to 1.0.15 and allow to choose uClibc-ng for all
> > > supported architectures. Some users still need to port over
> > > th
Hi John,
John Crispin wrote,
> On 04/06/2016 22:21, Waldemar Brodkorb wrote:
> > Update to 1.0.15 and allow to choose uClibc-ng for all
> > supported architectures. Some users still need to port over
> > their code from uClibc-ng to musl, with this change they
> > can
uClibc-ng pretends to be GNU libc 2.2 and then a fallback
scanf check is tried, so that libmount is disabled
afterwards. Add a fix already suggested upstream.
Add librt dependency required for other apps, too.
Signed-off-by: Waldemar Brodkorb
---
package/utils/util-linux/Makefile
Update to 1.0.15 and allow to choose uClibc-ng for all
supported architectures. Some users still need to port over
their code from uClibc-ng to musl, with this change they
can do it in a comfortable way.
Extra pregen is not required.
Signed-off-by: Waldemar Brodkorb
---
toolchain/Config.in
-ng implements the required scanf
functionality.
Signed-off-by: Waldemar Brodkorb
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index f36b18c..4661c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -581,7 +581,7 @@ AC_CACHE_VAL
Hi Karl,
Karl Palsson wrote,
>
> John Crispin wrote:
> >
> >
> > On 23/05/2016 20:12, Waldemar Brodkorb wrote:
> > > Hi John,
> > > John Crispin wrote,
> > >
> > >> Hi,
> > >> is it really a gnu extension or is uclib
Hi Alexey,
Alexey Brodkin wrote,
> Hi Waldemar,
>
> On Mon, 2016-05-30 at 14:12 +0300, Alexey Brodkin wrote:
> > Hello,
> >
> > On Thu, 2016-05-26 at 14:55 +0300, Alexey Brodkin wrote:
> > >
> > > Hello,
> > >
> > > On Mon, 2016-05-23 at 17:46 +0300, Alexey Brodkin wrote:
> > > >
> > > >
>
g
GDB compilation. Tested with a RB532 image build and resulting
kernel booted on a device via TFTP.
Signed-off-by: Waldemar Brodkorb
---
include/prereq-build.mk | 5 +
tools/Makefile | 4
tools/libressl/Makefile | 22 ++
3 files changed, 31 insertions(+)
c
Hi,
I am not able to compile LEDE on my Mac.
Apple removed OpenSSL from latest Xcode.
I can install openssl from MacPorts and extend
HOST_CFLAGS to use /opt/local/include and /opt/local/lib, but
then later GDB does not compile, because it conflicts
with something in my /opt/local/include installed
Hi John,
John Crispin wrote,
> Hi,
> is it really a gnu extension or is uclibc b0rked for these symbols ?
I think it isn't b0rked.
It was added for ARM GNU libc here under #ifdef __USE_GNU:
https://sourceware.org/git/?p=glibc.git;a=blobdiff;f=sysdeps/unix/sysv/linux/arm/bits/fcntl.h;h=aa2d36ca80f
10 matches
Mail list logo