# Adding the function  fix_for_lintian_false_positive_hardening_no_fortify_functions
# to src/cxx/applications/primeDLRS/primeDLRS.cc
# makes the hardening-no-fortify-functions go away. It was suggested
# to me that it is better remove this function and instead add a lintian override. 
#
#/************************************************************************
# * Main program. See help message method for program description.
# ************************************************************************/
#
#/** The function fix_for_lintian_false_positive_hardening_no_fortify_functions
#    should never be called. By adding it here the program lintian will not
#    detect the false positive hardening-no-fortify-functions.
#    Read more here http://lists.debian.org/debian-devel/2012/06/msg00658.html 
#**/
#void fix_for_lintian_false_positive_hardening_no_fortify_functions(char *str) {
#  char buf[20];
#  strcpy(buf, str);
#  fprintf(stdout, "%s\n",buf);
#}
prime-phylo: hardening-no-fortify-functions usr/bin/primeDLRS

# We have the same issue for src/cxx/applications/primeDTLSR/idolatrous.cc
prime-phylo: hardening-no-fortify-functions usr/bin/primeDTLSR