diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-26 20:17:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-26 20:17:18 +0200 |
commit | 0510be4cc4affbc497040486d3d4a0a271985ba9 (patch) | |
tree | 54c3666e67928e767744348dfd356532081d0942 /package/libnl/patches/patch-configure_ac | |
parent | 7bf6ced01ee71aafd0ecad50d26b110c99a50b7f (diff) |
libnl: update to 3.2.29, add patch from buildroot
Diffstat (limited to 'package/libnl/patches/patch-configure_ac')
-rw-r--r-- | package/libnl/patches/patch-configure_ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libnl/patches/patch-configure_ac b/package/libnl/patches/patch-configure_ac new file mode 100644 index 000000000..c480cb9ef --- /dev/null +++ b/package/libnl/patches/patch-configure_ac @@ -0,0 +1,11 @@ +--- libnl-libnl3_2_29.orig/configure.ac 2016-12-30 15:57:01.000000000 +0100 ++++ libnl-libnl3_2_29/configure.ac 2017-04-26 20:09:18.129932699 +0200 +@@ -126,6 +126,8 @@ fi + + AC_CONFIG_SUBDIRS([doc]) + ++AC_CHECK_FUNCS([strerror_l]) ++ + AC_CONFIG_FILES([ + Makefile + libnl-3.0.pc |