1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 19:58:03 +00:00
termux-packages/packages/xorriso/pthread.patch
Vladimir Serbinenko fcd99f67c0 New package: xorriso
This is an ISO creation and burning tool. Burning most likely won't work
on Android without root even if device is connected to a burner but it's useful
to be able to create ISOs.
2017-08-10 02:10:54 +02:00

24 lines
512 B
Diff

diff -ur src-o/configure src/configure
--- src-o/configure 2017-07-31 04:44:24.215397674 +0200
+++ src/configure 2017-07-31 04:45:19.667222873 +0200
@@ -12719,7 +12719,7 @@
fi
-THREAD_LIBS=-lpthread
+THREAD_LIBS=
diff -ur src-o/configure.ac src/configure.ac
--- src-o/configure.ac 2017-07-31 04:44:24.215397674 +0200
+++ src/configure.ac 2017-07-31 04:44:40.903346135 +0200
@@ -113,7 +113,7 @@
,
[#include <unistd.h>])
-THREAD_LIBS=-lpthread
+THREAD_LIBS=
AC_SUBST(THREAD_LIBS)