13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.2 2010/04/09 21:56:05 sthen Exp $
|
|
--- configure.ac.orig Tue Mar 30 01:46:21 2010
|
|
+++ configure.ac Sat Apr 3 01:00:59 2010
|
|
@@ -114,7 +114,7 @@ AC_DEFINE(ORC_EXPORTS, 1, [Defined for compiling inter
|
|
ORC_CFLAGS="$ORC_CFLAGS -I\$(top_srcdir)"
|
|
AC_SUBST(ORC_CFLAGS)
|
|
|
|
-ORC_LIBS="\$(top_builddir)/orc/liborc-$ORC_MAJORMINOR.la $LIBM $LIBRT"
|
|
+ORC_LIBS="\$(top_builddir)/orc/liborc-$ORC_MAJORMINOR.la -pthread $LIBM $LIBRT"
|
|
AC_SUBST(ORC_LIBS)
|
|
|
|
#CFLAGS=`echo $CFLAGS | sed s/O2/O0/`
|