projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: do not export compat functions from lib
[notmuch]
/
lib
/
gen-version-script.sh
diff --git
a/lib/gen-version-script.sh
b/lib/gen-version-script.sh
index 5621f2a9fd85d35feaa7985898a2a67f5fe9ee51..c98a07b0c701e70f4963c17c63c42a19de2e6cf0 100644
(file)
--- a/
lib/gen-version-script.sh
+++ b/
lib/gen-version-script.sh
@@
-24,6
+24,5
@@
while read sym; do
;;
esac
done
-nm $* | awk '$1 ~ "^[0-9a-fA-F][0-9a-fA-F]*$" && $2 == "T" && $3 ~ "^(getline|getdelim|canonicalize_file_name)$" {print $3 ";"}'
sed -n 's/^[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/ \1;/p' $HEADER
printf "local: *;\n};\n"