mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
revert the 'Base' change - that wasn't the cause of the problem
This commit is contained in:
parent
6aa05bdc37
commit
b87c774102
@ -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
|
||||
|
||||
|
@ -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 "};") > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user