diff options
-rw-r--r-- | emulators/uae/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/uae/files/patch-aa b/emulators/uae/files/patch-aa index 573b77c30209..03f8aba0a1db 100644 --- a/emulators/uae/files/patch-aa +++ b/emulators/uae/files/patch-aa @@ -9,3 +9,12 @@ cat > conftest.$ac_ext <<EOF #line 5127 "configure" #include "confdefs.h" +@@ -6051,7 +6051,7 @@ + if [ "x$HAVE_PTHREAD_LIB" = "xyes" ]; then + THREADDEP=td-posix + CFLAGS="$CFLAGS -DSUPPORT_THREADS -D_REENTRANT" +- LIBS="$LIBS -lpthread" ++ LIBS="$LIBS -pthread" + if [ "x$HAVE_POSIX4_LIB" = "xyes" ]; then + LIBS="$LIBS -lposix4" + fi |