[libpng16] Added special case for FreeBSD in arm/filter_neon.S (Maya Rashish).

This commit is contained in:
Glenn Randers-Pehrson
2017-07-05 05:36:05 -05:00
parent b5c16f8bfc
commit eed9efec4e
3 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
#define PNG_VERSION_INFO_ONLY
#include "../pngpriv.h"
#if defined(__linux__) && defined(__ELF__)
#if (defined(__linux__) || defined(__FreeBSD__)) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
#endif