diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-04-05 10:03:05 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-04-05 10:04:35 +0200 |
commit | 499e44455e1c37f89dfb9be9e8a970c26e1311d0 (patch) | |
tree | 3482587c7d027e092a8a281b606a85dcd800fd6e /recipes-core/rxtx/files/kfreebsd_libpthread.patch | |
parent | 25ddfefe665ae48291d2ef3c88f4f1a74bad8768 (diff) | |
download | meta-java-499e44455e1c37f89dfb9be9e8a970c26e1311d0.tar.gz |
recipes-extended: split out recipes which are not needed for compiling openjdk
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/rxtx/files/kfreebsd_libpthread.patch')
-rw-r--r-- | recipes-core/rxtx/files/kfreebsd_libpthread.patch | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
1 | Description: libc_r is not available, use libpthread | ||
2 | Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089 | ||
3 | Author: Scott Howard <showard@debian.org> | ||
4 | |||
5 | Index: rxtx/configure.in | ||
6 | =================================================================== | ||
7 | --- rxtx.orig/configure.in 2011-02-06 11:13:16.151426139 -0500 | ||
8 | +++ rxtx/configure.in 2011-02-06 11:13:58.820020857 -0500 | ||
9 | @@ -575,7 +575,7 @@ | ||
10 | ;; | ||
11 | |||
12 | *BSD) | ||
13 | - LDFLAGS=$LDFLAGS" -lc_r" | ||
14 | + LDFLAGS=$LDFLAGS" -lpthread" | ||
15 | JHOME=$JPATH/"lib" | ||
16 | CFLAGS=$CFLAGS" -D_NO_POSIX=1 -D_NO_XOPEN4=1" | ||
17 | TARGETLIB="\$(target_triplet)/librxtxSerial.la \ | ||