From 1fa57b47e8f8da33a5713096c187bafb3a6c5b79 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Jul 2008 14:38:22 +0200 Subject: [PATCH] build: fix build of libaddns shared lib. symbols file was missing. This symbols file is checked because mksyms script currently does not support headers without exportet symbols... Michael --- source/exports/libaddns.syms | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source/exports/libaddns.syms diff --git a/source/exports/libaddns.syms b/source/exports/libaddns.syms new file mode 100644 index 00000000000..3e88ba739c3 --- /dev/null +++ b/source/exports/libaddns.syms @@ -0,0 +1,5 @@ +{ + # no global exported symbols (yet) in libaddns ... + + local: *; +}; -- 2.34.1