summaryrefslogtreecommitdiff
path: root/debian/patches/xref_mips64el_pcrel.patch
blob: 50c8683c4f287c48a1a9afdb8ee4062360f62610 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- frr-8.4.1/lib/xref.h	2021-11-08 04:44:24.000000000 +0100
+++ frr-8.4.1/lib/xref.h	2022-11-29 19:40:16.614404443 +0100
@@ -195,7 +195,7 @@
  * some build issue with it just add -DFRR_XREF_NO_NOTE to your build flags
  * to disable it.
  */
-#ifdef FRR_XREF_NO_NOTE
+#if defined(FRR_XREF_NO_NOTE) || defined(__mips64)
 #define XREF_NOTE ""
 #else