Sha256: c1374edca29bfecb6e694e49ea3da630c368be6642cad988954c14a939e7a102

Contents?: true

Size: 1.42 KB

Versions: 6

Compression:

Stored size: 1.42 KB

Contents

diff -ur libedit-20120601-3.0.orig/src/strlcat.c libedit-20120601-3.0/src/strlcat.c
--- libedit-20120601-3.0.orig/src/strlcat.c	Wed May 13 17:47:58 2015
+++ libedit-20120601-3.0/src/strlcat.c	Wed May 13 17:48:14 2015
@@ -29,7 +29,7 @@
 
 #ifdef _LIBC
 # ifdef __weak_alias
-__weak_alias(strlcat, _strlcat)
+//__weak_alias(strlcat, _strlcat)
 # endif
 #endif
 
diff -ur libedit-20120601-3.0.orig/src/strlcpy.c libedit-20120601-3.0/src/strlcpy.c
--- libedit-20120601-3.0.orig/src/strlcpy.c	Wed May 13 17:47:58 2015
+++ libedit-20120601-3.0/src/strlcpy.c	Wed May 13 17:48:14 2015
@@ -29,7 +29,7 @@
 
 #ifdef _LIBC
 # ifdef __weak_alias
-__weak_alias(strlcpy, _strlcpy)
+//__weak_alias(strlcpy, _strlcpy)
 # endif
 #endif
 
diff -ur libedit-20120601-3.0.orig/src/unvis.c libedit-20120601-3.0/src/unvis.c
--- libedit-20120601-3.0.orig/src/unvis.c	Wed May 13 17:47:58 2015
+++ libedit-20120601-3.0/src/unvis.c	Wed May 13 17:48:14 2015
@@ -50,7 +50,7 @@
 #include <vis.h>
 
 #ifdef __weak_alias
-__weak_alias(strnunvisx,_strnunvisx)
+//__weak_alias(strnunvisx,_strnunvisx)
 #endif
 
 #if !HAVE_VIS
diff -ur libedit-20120601-3.0.orig/src/vis.c libedit-20120601-3.0/src/vis.c
--- libedit-20120601-3.0.orig/src/vis.c	Wed May 13 17:47:58 2015
+++ libedit-20120601-3.0/src/vis.c	Wed May 13 17:48:14 2015
@@ -69,7 +69,7 @@
 #include <stdlib.h>
 
 #ifdef __weak_alias
-__weak_alias(strvisx,_strvisx)
+//__weak_alias(strvisx,_strvisx)
 #endif
 
 #if !HAVE_VIS || !HAVE_SVIS

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/patches/libedit/openbsd-weak-alias-fix.patch
omnibus-software-23.6.292 config/patches/libedit/openbsd-weak-alias-fix.patch
omnibus-software-23.6.291 config/patches/libedit/openbsd-weak-alias-fix.patch
omnibus-software-23.2.283 config/patches/libedit/openbsd-weak-alias-fix.patch
omnibus-software-23.2.281 config/patches/libedit/openbsd-weak-alias-fix.patch
omnibus-software-22.11.239 config/patches/libedit/openbsd-weak-alias-fix.patch