From b87c774102d94db7d33410fe318203d1af50fe31 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 2 Aug 2010 12:57:04 +0000 Subject: [PATCH] revert the 'Base' change - that wasn't the cause of the problem --- WHATS_NEW | 1 - make.tmpl.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 355a23a82..d2a9c1ec2 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -3,7 +3,6 @@ Version 2.02.73 - Fix exported_symbols generation to use standard compiler arguments. Use #include <> not "" in lvm2app.h which gets installed on the system. Make liblvm.device-mapper wait for include file generation. - Drop explicit 'Base' version from exported symbols. Fix configure to supply DEFAULT_RUN_DIR to Makefiles. Fix wrong number of mirror log at allocate policy diff --git a/make.tmpl.in b/make.tmpl.in index 7f743b38a..da16ffab1 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -366,7 +366,7 @@ distclean: cleandir $(SUBDIRS.distclean) ) > $@ .export.sym: .exported_symbols_generated - set -e; (echo "{"; echo " global:"; \ + set -e; (echo "Base {"; echo " global:"; \ sed "s/^/ /;s/$$/;/" < $<; \ echo " local:"; echo " *;"; echo "};") > $@