- Fixes MFSA 2012-12->19 - see http://www.seamonkey-project.org/releases/seamonkey2.8/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches
13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
$OpenBSD: patch-ldap_sdks_c-sdk_configure_in,v 1.3 2012/03/16 21:38:33 landry Exp $
|
|
--- ldap/sdks/c-sdk/configure.in.orig Sun Feb 13 12:23:20 2011
|
|
+++ ldap/sdks/c-sdk/configure.in Sun Feb 13 12:23:37 2011
|
|
@@ -1853,7 +1853,7 @@ mips-sony-newsos*)
|
|
AC_DEFINE(HAVE_SOCKLEN_T)
|
|
CFLAGS="$CFLAGS -ansi -Wall"
|
|
CXXFLAGS="$CXXFLAGS -ansi -Wall"
|
|
- DLL_SUFFIX=so.1.0
|
|
+ DLL_SUFFIX=so.${SO_VERSION}
|
|
DSO_CFLAGS=-fPIC
|
|
USE_NSPR_THREADS=1
|
|
DSO_LDOPTS='-shared -fPIC'
|