28bb810af5
Merge patches for 1.9.2 mozilla branch from firefox 3.6.x port. While here, build lightning as a subpackage using --enable-calendar. Add @pkgpath/@conflict markers for seamless upgrades.
13 lines
344 B
Plaintext
13 lines
344 B
Plaintext
$OpenBSD: patch-configure_in,v 1.18 2010/07/27 17:01:16 landry Exp $
|
|
--- configure.in.orig Wed Jun 23 19:43:07 2010
|
|
+++ configure.in Wed Jul 7 08:43:04 2010
|
|
@@ -2490,7 +2490,7 @@ fi
|
|
;;
|
|
|
|
*-openbsd*)
|
|
- DLL_SUFFIX=".so.1.0"
|
|
+ DLL_SUFFIX=".so.${SO_VERSION}"
|
|
DSO_CFLAGS=''
|
|
DSO_PIC_CFLAGS='-fPIC'
|
|
DSO_LDOPTS='-shared -fPIC'
|