From: David Bremner <david@tethera.net>
To: notmuch@notmuchmail.org
Subject: [PATCH 1/2] build: add canonicalize_file_name to symbols exported from libnotmuch.so
Date: Wed, 9 Apr 2014 08:24:02 -0300 [thread overview]
Message-ID: <1397042643-10975-1-git-send-email-david@tethera.net> (raw)
In-Reply-To: <87r4586p7m.fsf@zancas.localnet>
This is needed for our compat version of canonicalize_file_name to be used.
---
lib/gen-version-script.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gen-version-script.sh b/lib/gen-version-script.sh
index 76670d5..64a7374 100644
--- a/lib/gen-version-script.sh
+++ b/lib/gen-version-script.sh
@@ -23,6 +23,6 @@ while read sym; do
;;
esac
done
-nm $* | awk '$1 ~ "^[0-9a-fA-F][0-9a-fA-F]*$" && $2 == "T" && $3 ~ "^get(line|delim)$" {print $3 ";"}'
+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"
--
1.9.0
next prev parent reply other threads:[~2014-04-09 11:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-25 21:59 [RFC PATCH] configure: check for POSIX.1-2008 realpath(3) implementation Tomi Ollila
2014-01-25 22:22 ` Tomi Ollila
2014-01-26 0:55 ` David Bremner
2014-01-26 11:18 ` Tomi Ollila
2014-01-26 16:49 ` David Bremner
2014-01-27 14:12 ` [PATCH] compat: add canonicalize_file_name David Bremner
2014-01-27 19:07 ` Tomi Ollila
2014-04-08 11:22 ` David Bremner
2014-04-09 11:24 ` David Bremner [this message]
2014-04-09 11:24 ` [PATCH 2/2] configure: fix comment, pass HAVE_CANONICALIZE_FILE_NAME to build David Bremner
2014-04-17 22:24 ` [PATCH] " David Bremner
2014-04-14 12:21 ` [PATCH 1/2] build: add canonicalize_file_name to symbols exported from libnotmuch.so Tomi Ollila
2014-04-18 21:05 ` David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397042643-10975-1-git-send-email-david@tethera.net \
--to=david@tethera.net \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).