diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-18 12:52:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-18 12:52:54 +0000 |
commit | 645949cbac2bb766d18dfd9f818b6c14545a35e2 (patch) | |
tree | b263d9883e49ec162b6aa86ae7204b151e17a0c4 /build/patches/fix_quagga_make_dist.patch | |
parent | 89f0410672d80015c419f77e69a5bb155cac2bfe (diff) | |
parent | a7155293dba7c21f060b671b15fc36a66b84de83 (diff) |
Merge "Adding Quagga to build"
Diffstat (limited to 'build/patches/fix_quagga_make_dist.patch')
-rw-r--r-- | build/patches/fix_quagga_make_dist.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/build/patches/fix_quagga_make_dist.patch b/build/patches/fix_quagga_make_dist.patch new file mode 100644 index 00000000..8f854e50 --- /dev/null +++ b/build/patches/fix_quagga_make_dist.patch @@ -0,0 +1,28 @@ +From c31749157aabca758ef731ad4d15ddf4cc2efe66 Mon Sep 17 00:00:00 2001 +From: Romanos Skiadas <rski@intracom-telecom.com> +Date: Mon, 6 Feb 2017 15:28:44 +0200 +Subject: [PATCH] lib: Include missing ccapnproto header in Makefile + +Without this make dist doesn't include the header and the resulting +archive doesn't build. + +Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com> +--- + lib/Makefile.am | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/lib/Makefile.am b/lib/Makefile.am +index c286833..c7682ed 100644 +--- a/lib/Makefile.am ++++ b/lib/Makefile.am +@@ -43,6 +43,7 @@ endif + if HAVE_CCAPNPROTO + libzebra_la_SOURCES += qzc.capnp.c + BUILT_SOURCES += qzc.capnp.c ++pkginclude_HEADERS += qzc.capnp.h + endif + + EXTRA_DIST = \ +-- +1.8.3.1 + |