From 1656261b955503b8d246029d3c6aa0f42fe204bf Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 19 Dec 2016 21:29:27 -0800 Subject: Use -bbigtoc for libwireshark on AIX (if we're using GCC or Clang). This will have to be done differently with xlc if it's necessary. While we're at it, fix the spelling of "Cygwin" (no InterCaps). Bug: 13262 Change-Id: If3084cfb58f4abd9048afafecdd24c13645c2776 Reviewed-on: https://code.wireshark.org/review/19355 Reviewed-by: Guy Harris --- epan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/Makefile.am') diff --git a/epan/Makefile.am b/epan/Makefile.am index 74beea88b7..24df231fe3 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -308,7 +308,7 @@ libwireshark_la_SOURCES = \ libwireshark_la_CPPFLAGS = $(AM_CPPFLAGS) -DWS_BUILD_DLL # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -libwireshark_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@ +libwireshark_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_BIGSHAREDLIB@ @LDFLAGS_SHAREDLIB@ # # Add the object files for missing routines, if any. -- cgit v1.2.3