]> git.pld-linux.org Git - packages/libpst.git/commitdiff
- fixes linking
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 25 Feb 2010 20:51:27 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpst-asneeded.patch -> 1.1

libpst-asneeded.patch [new file with mode: 0644]

diff --git a/libpst-asneeded.patch b/libpst-asneeded.patch
new file mode 100644 (file)
index 0000000..1c390e0
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN libpst-0.6.45/configure.in libpst-0.6.45.new//configure.in
+--- libpst-0.6.45/configure.in 2009-12-11 17:46:02.000000000 +0100
++++ libpst-0.6.45.new//configure.in    2010-02-25 21:54:45.915342007 +0100
+@@ -136,7 +136,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.
This page took 0.030686 seconds and 4 git commands to generate.