File: 0001-Disable-runpath-checking.patch

package info (click to toggle)
cyrus-imapd 3.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 59,108 kB
  • sloc: ansic: 284,386; perl: 137,327; javascript: 9,659; sh: 5,730; yacc: 2,565; makefile: 2,188; cpp: 2,147; lex: 662; xml: 621; awk: 303; python: 272; asm: 262
file content (18 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable runpath checking
Author: Debian Cyrus Team <pkg-cyrus-imapd-debian-devel@lists.alioth.debian.org>
Forwarded: no
Reviewed-By: Xavier Guimard <yadd@debian.org
Last-Update: 2024-01-12

--- a/configure.ac
+++ b/configure.ac
@@ -230,9 +230,6 @@
 dnl Check the required alignment for various types
 AC_CHECK_ALIGNOF(uint32_t)
 
-dnl check for -R, etc. switch
-CMU_GUESS_RUNPATH_SWITCH
-
 saved_CFLAGS="$CFLAGS"
 saved_CXXFLAGS="$CXXFLAGS"
 CFLAGS="$CFLAGS -Wno-error"