]> git.notmuchmail.org Git - notmuch/commit
lib/gen-version-script.h: add getline and getdelim to notmuch.sym if needed
authorDavid Bremner <bremner@debian.org>
Mon, 5 Sep 2011 03:19:32 +0000 (00:19 -0300)
committerDavid Bremner <bremner@debian.org>
Mon, 5 Sep 2011 10:44:14 +0000 (07:44 -0300)
commit9db21452721356be5169254cd7e8c0ec5b25066b
tree9411c690e001643474100d9d5354ca812d287308
parent80212b13294cababfb41f643765ca00bdf8e55dd
lib/gen-version-script.h: add getline and getdelim to notmuch.sym if needed

If the configure script detects missing getline and/or getdelim
symbols, then notmuch will use it's own versions. This patch, based on
id:"87k49v12i5.fsf@pc44es141.cs.uni-magdeburg.de" by Matthias
Guedemann, adds the symbols to notmuch.sym as well so they are
properly exported from the library.
lib/gen-version-script.sh