]> git.notmuchmail.org Git - notmuch/commitdiff
lib/gen-version-script.sh: replace --defined argument to nm with awk
authorDavid Bremner <bremner@debian.org>
Mon, 5 Sep 2011 02:50:36 +0000 (23:50 -0300)
committerDavid Bremner <bremner@debian.org>
Mon, 5 Sep 2011 10:39:44 +0000 (07:39 -0300)
OpenBSD nm apparently doesn't support --defined.

The awk condition is based on the assumption that all defined symbols
have some hex number in the first column.

Thanks to Matthias Guedemann reporting the problem, and an earlier
version of this patch.


No differences found