From 499e44455e1c37f89dfb9be9e8a970c26e1311d0 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 5 Apr 2013 10:03:05 +0200 Subject: recipes-extended: split out recipes which are not needed for compiling openjdk Signed-off-by: Henning Heinold --- recipes-core/rxtx/files/kfreebsd_libpthread.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 recipes-core/rxtx/files/kfreebsd_libpthread.patch (limited to 'recipes-core/rxtx/files/kfreebsd_libpthread.patch') diff --git a/recipes-core/rxtx/files/kfreebsd_libpthread.patch b/recipes-core/rxtx/files/kfreebsd_libpthread.patch deleted file mode 100644 index 19040d2..0000000 --- a/recipes-core/rxtx/files/kfreebsd_libpthread.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: libc_r is not available, use libpthread -Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089 -Author: Scott Howard - -Index: rxtx/configure.in -=================================================================== ---- rxtx.orig/configure.in 2011-02-06 11:13:16.151426139 -0500 -+++ rxtx/configure.in 2011-02-06 11:13:58.820020857 -0500 -@@ -575,7 +575,7 @@ - ;; - - *BSD) -- LDFLAGS=$LDFLAGS" -lc_r" -+ LDFLAGS=$LDFLAGS" -lpthread" - JHOME=$JPATH/"lib" - CFLAGS=$CFLAGS" -D_NO_POSIX=1 -D_NO_XOPEN4=1" - TARGETLIB="\$(target_triplet)/librxtxSerial.la \ -- cgit v1.2.3-54-g00ecf