[libpng15] Moved -lssp_nonshared to a comment in scripts/makefile.freebsd

This commit is contained in:
Glenn Randers-Pehrson 2012-04-26 09:08:22 -05:00
parent 0fd067dd93
commit 49607cf603
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ Version 1.5.11 [April 26, 2012]
Enable png_set_check_for_invalid_index() for both read and write.
Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
declaration of png_handle_unknown().
Added -lssp_nonshared to scripts/makefile.freebsd
Added -lssp_nonshared in a comment in scripts/makefile.freebsd
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit

View File

@ -3862,7 +3862,7 @@ Version 1.5.11 [April 26, 2012]
Enable png_set_check_for_invalid_index() for both read and write.
Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
declaration of png_handle_unknown().
Added -lssp_nonshared to scripts/makefile.freebsd
Added -lssp_nonshared in a comment in scripts/makefile.freebsd
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -26,8 +26,8 @@ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
libpng/pngconf.h ${INCSDIR}/../pngconf.h \
libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h
# LDADD+= -lm -lz # for OSVERSION < 800000
LDADD+= -lm -lz -lssp_nonshared
LDADD+= -lm -lz
#LDADD+= -lm -lz -lssp_nonshared # for OSVERSION >= 800000 ?
DPADD+= ${LIBM} ${LIBZ}