mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng14] Fixed typo in Makefile.am ("-M Wl" should be "-M -Wl")."
This commit is contained in:
@@ -40,7 +40,7 @@ if HAVE_LD_VERSION_SCRIPT
|
|||||||
# Versioned symbols and restricted exports
|
# Versioned symbols and restricted exports
|
||||||
|
|
||||||
if HAVE_SOLARIS_LD
|
if HAVE_SOLARIS_LD
|
||||||
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M Wl,libpng.vers
|
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M -Wl,libpng.vers
|
||||||
else
|
else
|
||||||
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers
|
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user