File: 0001-Disable-runpath-checking.patch

package info (click to toggle)
cyrus-imapd 3.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,540 kB
  • sloc: ansic: 280,382; perl: 146,834; javascript: 9,624; sh: 5,730; yacc: 2,660; cpp: 2,263; makefile: 2,103; lex: 675; xml: 621; awk: 303; python: 273; 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"