]> git.pld-linux.org Git - packages/libpst.git/blob - libpst-asneeded.patch
- updated to 0.6.45 (new soname)
[packages/libpst.git] / libpst-asneeded.patch
1 diff -urN libpst-0.6.45/configure.in libpst-0.6.45.new//configure.in
2 --- libpst-0.6.45/configure.in  2009-12-11 17:46:02.000000000 +0100
3 +++ libpst-0.6.45.new//configure.in     2010-02-25 21:54:45.915342007 +0100
4 @@ -136,7 +136,7 @@
5  AC_HEADER_DIRENT
6  AC_HEADER_STDC
7  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])
8 -AC_SEARCH_LIBS([sem_init],rt)
9 +AC_SEARCH_LIBS([sem_init], [pthread pthreads thread threads])
10  
11  
12  # Checks for typedefs, structures, and compiler characteristics.
This page took 0.062881 seconds and 3 git commands to generate.