e2894e788c
for upstream since the original project is missing libpthread linking all together. from Brad (maintainer)
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.6 2012/08/26 07:17:20 ajacoutot Exp $
|
|
--- configure.ac.orig Sun Oct 2 23:34:22 2011
|
|
+++ configure.ac Thu Aug 16 17:37:55 2012
|
|
@@ -171,7 +171,7 @@ ORC_CFLAGS="$ORC_CFLAGS \$(ERROR_CFLAGS) -I\$(top_srcd
|
|
AC_SUBST(ERROR_CFLAGS)
|
|
AC_SUBST(ORC_CFLAGS)
|
|
|
|
-ORC_LIBS="\$(top_builddir)/orc/liborc-$ORC_MAJORMINOR.la $LIBM $LIBRT"
|
|
+ORC_LIBS="\$(top_builddir)/orc/liborc-$ORC_MAJORMINOR.la -lpthread $LIBM $LIBRT"
|
|
AC_SUBST(ORC_LIBS)
|
|
|
|
#CFLAGS=`echo $CFLAGS | sed s/O2/O0/`
|