summaryrefslogtreecommitdiff
blob: 9ba96ac4ab62a61d5c0c61c39f2e9c8d006a7e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- libpst-0.6.41.orig/configure.in	2009-06-24 05:29:31.000000000 +0200
+++ libpst-0.6.41/configure.in	2009-10-30 22:36:07.421577082 +0100
@@ -134,7 +134,7 @@
 AC_HEADER_DIRENT
 AC_HEADER_STDC
 AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h regex.h semaphore.h signal.h stdarg.h stdint.h stdio.h stdlib.h string.h sys/param.h sys/shm.h sys/stat.h sys/types.h time.h unistd.h wchar.h])
-AC_SEARCH_LIBS([sem_init],rt)
+AC_SEARCH_LIBS([sem_init], [ pthread pthreads thread threads ] )
 
 
 # Checks for typedefs, structures, and compiler characteristics.
--- libpst-0.6.41.orig/Makefile.am	2009-06-24 05:29:31.000000000 +0200
+++ libpst-0.6.41/Makefile.am	2009-10-30 22:43:06.738326493 +0100
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = src python man html debian
 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
 html_DATA = AUTHORS COPYING ChangeLog NEWS README