Fix installation of the ldns-config.1 manpage to come from $(srcdir) so that srcdir may be different then builddir.
Removed unused variable from dnssec.c.
1.6.12
- *
+ * bugfix #413: Fix manpage source for srcdir != builddir
1.6.11 2011-09-29
* bugfix #394: Fix socket leak on errors
done
if [ $(INSTALL_LDNS_CONFIG) = "yes" ] ; then \
${INSTALL} -d $(DESTDIR)$(mandir)/man1; \
- ${INSTALL} -c -m 444 packaging/ldns-config.1 $(DESTDIR)$(mandir)/man1/; \
+ ${INSTALL} -c -m 444 $(srcdir)/packaging/ldns-config.1 $(DESTDIR)$(mandir)/man1/; \
fi
uninstall-manpages:
uint8_t *salt;
ldns_rdf *sname, *hashed_sname, *tmp;
- ldns_rr *ce;
bool flag;
bool exact_match_found;
sname = ldns_rdf_clone(qname);
- ce = NULL;
flag = false;
zone_name = ldns_dname_left_chop(ldns_rr_owner(nsec));