mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Moved -lssp_nonshared to a comment in scripts/makefile.freebsd
This commit is contained in:
2
ANNOUNCE
2
ANNOUNCE
@@ -34,7 +34,7 @@ Version 1.5.11 [April 26, 2012]
|
|||||||
Enable png_set_check_for_invalid_index() for both read and write.
|
Enable png_set_check_for_invalid_index() for both read and write.
|
||||||
Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
|
Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
|
||||||
declaration of png_handle_unknown().
|
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:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
|||||||
2
CHANGES
2
CHANGES
@@ -3862,7 +3862,7 @@ Version 1.5.11 [April 26, 2012]
|
|||||||
Enable png_set_check_for_invalid_index() for both read and write.
|
Enable png_set_check_for_invalid_index() for both read and write.
|
||||||
Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
|
Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
|
||||||
declaration of png_handle_unknown().
|
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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
|
|||||||
libpng/pngconf.h ${INCSDIR}/../pngconf.h \
|
libpng/pngconf.h ${INCSDIR}/../pngconf.h \
|
||||||
libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h
|
libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h
|
||||||
|
|
||||||
# LDADD+= -lm -lz # for OSVERSION < 800000
|
LDADD+= -lm -lz
|
||||||
LDADD+= -lm -lz -lssp_nonshared
|
#LDADD+= -lm -lz -lssp_nonshared # for OSVERSION >= 800000 ?
|
||||||
|
|
||||||
DPADD+= ${LIBM} ${LIBZ}
|
DPADD+= ${LIBM} ${LIBZ}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user