Package: erlang / 1:17.3-dfsg-4~bpo70+1

rpath.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Sergei Golovan <sgolovan@debian.org>
Description: A quick hack which removes rpath from crypto and ssl applications binaries to
 satisfy Debian policy.
Forwarded: no
Last-modified:Sat, 27 Feb 2010 09:34:43 +0300

--- a/erts/configure.in
+++ b/erts/configure.in
@@ -4540,9 +4540,9 @@
 SSL_CC_RUNTIME_LIBRARY_PATH=
 SSL_LD_RUNTIME_LIBRARY_PATH=
 SSL_DED_LD_RUNTIME_LIBRARY_PATH=
-cc_rflg="$CFLAG_RUNTIME_LIBRARY_PATH"
-ld_rflg="$LDFLAG_RUNTIME_LIBRARY_PATH"
-ded_ld_rflg="$DED_LD_FLAG_RUNTIME_LIBRARY_PATH"
+cc_rflg=
+ld_rflg=
+ded_ld_rflg=
 
 if test "$SSL_APP" != "" && test "$SSL_DYNAMIC_ONLY" = "yes" && \
    { test "$cc_rflg" != "" || test "$ld_rflg" != "" || test "$ded_ld_rflg" != ""; } ; then