lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit fdebb21d76a9ceb61b41cc5d47a5d9ae32a358d7
parent 5b64b487157f6d4fe8bb253d6090a14c75d81c13
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 15 Dec 2015 12:18:41 +0200

Merge pull request #2127 from commodo/ola-fix-build

ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
Diffstat:
Anet/ola/patches/002-remove-visibility-inlines-hidden-flag.patch | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/net/ola/patches/002-remove-visibility-inlines-hidden-flag.patch b/net/ola/patches/002-remove-visibility-inlines-hidden-flag.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 22647be..7dcf0de 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -32,7 +32,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-libs + COMMON_CXXFLAGS_ONLY_WARNINGS = \ + -I$(top_srcdir)/include \ + -I$(top_builddir)/include \ +- -Wall -Wformat -W -fvisibility-inlines-hidden \ ++ -Wall -Wformat -W \ + $(libprotobuf_CFLAGS) + + COMMON_CXXFLAGS = $(COMMON_CXXFLAGS_ONLY_WARNINGS)