diff options
author | Hans de Graaff <hans@degraaff.org> | 2017-07-23 10:57:10 +0200 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2017-07-23 10:57:10 +0200 |
commit | 68c3ec9a086ae4167307043910a45300c0ae9f2e (patch) | |
tree | e8145af76bbe972f90e8b01c837b3560dc2fd25b /patchsets/patches-2.3.4-r3/005_no-undefined-ext.patch | |
parent | Patch set for 2.2.7-r3 (diff) | |
download | ruby-scripts-68c3ec9a086ae4167307043910a45300c0ae9f2e.tar.gz ruby-scripts-68c3ec9a086ae4167307043910a45300c0ae9f2e.tar.bz2 ruby-scripts-68c3ec9a086ae4167307043910a45300c0ae9f2e.zip |
Patch set for 2.3.4-r3
Add patchs for net smtp valition and openssl weak dh.
Diffstat (limited to 'patchsets/patches-2.3.4-r3/005_no-undefined-ext.patch')
-rw-r--r-- | patchsets/patches-2.3.4-r3/005_no-undefined-ext.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patchsets/patches-2.3.4-r3/005_no-undefined-ext.patch b/patchsets/patches-2.3.4-r3/005_no-undefined-ext.patch new file mode 100644 index 0000000..f279932 --- /dev/null +++ b/patchsets/patches-2.3.4-r3/005_no-undefined-ext.patch @@ -0,0 +1,11 @@ +--- ruby-1.9.3-preview1.orig/configure.in ++++ ruby-1.9.3-preview1/configure.in +@@ -2038,7 +2038,7 @@ if test "$with_dln_a_out" != yes; then + [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu], [ + : ${LDSHARED='$(CC) -shared'} + if test "$rb_cv_binary_elf" = yes; then +- LDFLAGS="$LDFLAGS -Wl,-export-dynamic" ++ LDFLAGS="$LDFLAGS -Wl,-export-dynamic -Wl,--no-undefined" + fi + rb_cv_dlopen=yes], + [interix*], [ : ${LDSHARED='$(CC) -shared'} |