From 3665e9f8c5c8cf900693a055a36d3dfe13e65a06 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 29 Mar 2017 11:07:10 -0300 Subject: lib32-mesa: add package to [libre-multilib] --- libre-multilib/lib32-mesa/remove-libpthread-stubs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre-multilib/lib32-mesa/remove-libpthread-stubs.patch (limited to 'libre-multilib/lib32-mesa/remove-libpthread-stubs.patch') diff --git a/libre-multilib/lib32-mesa/remove-libpthread-stubs.patch b/libre-multilib/lib32-mesa/remove-libpthread-stubs.patch new file mode 100644 index 000000000..efe8aaddd --- /dev/null +++ b/libre-multilib/lib32-mesa/remove-libpthread-stubs.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 54416b4..8a708d3 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -824,7 +824,7 @@ test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread" + + dnl pthread-stubs is mandatory on targets where it exists + case "$host_os" in +-cygwin* ) ++cygwin* | linux* ) + pthread_stubs_possible="no" + ;; + * ) -- cgit v1.2.3