From: Miek Gieben Date: Mon, 18 Apr 2005 08:59:18 +0000 (+0000) Subject: I still don't get it why libtool, doesn't link the correct .o files to the X-Git-Tag: release-0.50~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0c8acb043fee96acecdbadcb86acf7894a3741;p=thirdparty%2Fldns.git I still don't get it why libtool, doesn't link the correct .o files to the shared library --- diff --git a/parse.c b/parse.c index 00852c9f..c26af719 100644 --- a/parse.c +++ b/parse.c @@ -337,8 +337,8 @@ ldns_bskipcs(ldns_buffer *buffer, const char *s) void ldns_fskipc(FILE *fp, char c) { - - + fp = fp; + c = c; }