mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE in
scripts/makefile.freebsd
This commit is contained in:
parent
56f22f4320
commit
bc2a57f657
6
ANNOUNCE
6
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.6.0beta21 - April 24, 2012
|
Libpng 1.6.0beta21 - April 27, 2012
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -349,7 +349,7 @@ Version 1.6.0beta20 [March 29, 2012]
|
|||||||
Revised png_set_text_2() to avoid potential memory corruption (fixes
|
Revised png_set_text_2() to avoid potential memory corruption (fixes
|
||||||
CVE-2011-3048).
|
CVE-2011-3048).
|
||||||
|
|
||||||
Version 1.6.0beta21 [April 24, 2012]
|
Version 1.6.0beta21 [April 27, 2012]
|
||||||
Revised scripts/makefile.darwin: use system zlib; remove quotes around
|
Revised scripts/makefile.darwin: use system zlib; remove quotes around
|
||||||
architecture list; add missing ppc architecture; add architecture options
|
architecture list; add missing ppc architecture; add architecture options
|
||||||
to shared library link; don't try to create a shared lib based on missing
|
to shared library link; don't try to create a shared lib based on missing
|
||||||
@ -357,6 +357,8 @@ Version 1.6.0beta21 [April 24, 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 in a comment in scripts/makefile.freebsd
|
||||||
|
and changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE.
|
||||||
|
|
||||||
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
|
||||||
|
4
CHANGES
4
CHANGES
@ -4100,7 +4100,7 @@ Version 1.6.0beta20 [March 29, 2012]
|
|||||||
Revised png_set_text_2() to avoid potential memory corruption (fixes
|
Revised png_set_text_2() to avoid potential memory corruption (fixes
|
||||||
CVE-2011-3048).
|
CVE-2011-3048).
|
||||||
|
|
||||||
Version 1.6.0beta21 [April 24, 2012]
|
Version 1.6.0beta21 [April 27, 2012]
|
||||||
Revised scripts/makefile.darwin: use system zlib; remove quotes around
|
Revised scripts/makefile.darwin: use system zlib; remove quotes around
|
||||||
architecture list; add missing ppc architecture; add architecture options
|
architecture list; add missing ppc architecture; add architecture options
|
||||||
to shared library link; don't try to create a shared lib based on missing
|
to shared library link; don't try to create a shared lib based on missing
|
||||||
@ -4108,6 +4108,8 @@ Version 1.6.0beta21 [April 24, 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 in a comment in scripts/makefile.freebsd
|
||||||
|
and changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE.
|
||||||
|
|
||||||
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
|
||||||
|
@ -11,8 +11,8 @@ SHLIB_VER?= 16
|
|||||||
LIB= png
|
LIB= png
|
||||||
SHLIB_MAJOR= ${SHLIB_VER}
|
SHLIB_MAJOR= ${SHLIB_VER}
|
||||||
SHLIB_MINOR= 0
|
SHLIB_MINOR= 0
|
||||||
NOPROFILE= YES
|
NO_PROFILE= YES
|
||||||
NOOBJ= YES
|
NO_OBJ= YES
|
||||||
|
|
||||||
# where make install puts libpng.a and png.h
|
# where make install puts libpng.a and png.h
|
||||||
DESTDIR= ${PREFIX}
|
DESTDIR= ${PREFIX}
|
||||||
@ -27,7 +27,7 @@ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
|
|||||||
libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h
|
libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h
|
||||||
|
|
||||||
LDADD+= -lm -lz
|
LDADD+= -lm -lz
|
||||||
#LDADD+= -lm -lz -lssp_nonshared # for OSVERSION >= 800000 ?
|
#LDADD+= -lm -lz -lssp_nonshared # for OSVERSION < 800000 ?
|
||||||
|
|
||||||
DPADD+= ${LIBM} ${LIBZ}
|
DPADD+= ${LIBM} ${LIBZ}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user