From 5b41fdceb43de4a2ada066b4fa685bce2ed34870 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 05:07:12 +0000 Subject: [PATCH] libopkg: stop exporting random symbols into the wild git-svn-id: http://opkg.googlecode.com/svn/trunk@68 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am index e816317..f751195 100644 --- a/libopkg/Makefile.am +++ b/libopkg/Makefile.am @@ -29,6 +29,9 @@ libopkg_include_HEADERS= \ libopkg_la_LIBADD = $(top_builddir)/libbb/libbb.la $(CURL_LIBS) $(GPGME_LIBS) +# make sure we only export symbols that are for public use +libopkg_la_LDFLAGS = -export-symbols-regex "^opkg_.*" + opkg_core_sources = args.c args.h \ user.c user.h opkg_libcore_sources = args.c args.h libopkg.c libopkg.h\ -- 2.25.1