mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
12 lines
480 B
C
12 lines
480 B
C
$NetBSD: patch-gcc_config_openbsd-libpthread.h,v 1.1 2014/01/25 13:38:48 ryoon Exp $
|
|
|
|
--- gcc/config/openbsd-libpthread.h.orig 2009-09-27 13:20:23.000000000 +0000
|
|
+++ gcc/config/openbsd-libpthread.h
|
|
@@ -18,5 +18,5 @@
|
|
along with GCC; see the file COPYING3. If not see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
-#define OBSD_LIB_SPEC "%{!shared:%{pthread:-lpthread} -lc}"
|
|
+#define OBSD_LIB_SPEC "%{pthread:-lpthread%{!shared:%{p|pg:_p}}} %{!shared:-lc%{p:_p}%{!p:%{pg:_p}}}"
|
|
|