You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.8 KiB
54 lines
1.8 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../musl/pkg/gdb/gdb-threaddb.patch |
|
# Copyright (C) 2014 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
This is a patch from sabotage-linux |
|
https://github.com/sabotage-linux/sabotage/blob/master/KEEP/gdb-threaddb.patch |
|
--- gdb-7.4.org/gdb/common/gdb_thread_db.h |
|
+++ gdb-7.4/gdb/common/gdb_thread_db.h |
|
@@ -1,17 +1,5 @@ |
|
#ifdef HAVE_THREAD_DB_H |
|
#include <thread_db.h> |
|
- |
|
-#ifndef LIBTHREAD_DB_SO |
|
-#define LIBTHREAD_DB_SO "libthread_db.so.1" |
|
-#endif |
|
- |
|
-#ifndef LIBTHREAD_DB_SEARCH_PATH |
|
-/* $sdir appears before $pdir for some minimal security protection: |
|
- we trust the system libthread_db.so a bit more than some random |
|
- libthread_db associated with whatever libpthread the app is using. */ |
|
-#define LIBTHREAD_DB_SEARCH_PATH "$sdir:$pdir" |
|
-#endif |
|
- |
|
#else |
|
|
|
/* Copyright (C) 1999-2000, 2007-2012 Free Software Foundation, Inc. |
|
@@ -453,3 +441,15 @@ |
|
#endif /* thread_db.h */ |
|
|
|
#endif /* HAVE_THREAD_DB_H */ |
|
+ |
|
+#ifndef LIBTHREAD_DB_SO |
|
+#define LIBTHREAD_DB_SO "libthread_db.so.1" |
|
+#endif |
|
+ |
|
+#ifndef LIBTHREAD_DB_SEARCH_PATH |
|
+/* $sdir appears before $pdir for some minimal security protection: |
|
+ we trust the system libthread_db.so a bit more than some random |
|
+ libthread_db associated with whatever libpthread the app is using. */ |
|
+#define LIBTHREAD_DB_SEARCH_PATH "$sdir:$pdir" |
|
+#endif |
|
+
|
|
|