forked from pool/glibc
fb4de980bc
Really remove glibc-compiled-binaries.diff (forwarded request 142316 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/142317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=125
25 lines
715 B
Diff
25 lines
715 B
Diff
Index: glibc-2.16.90/Versions.def
|
|
===================================================================
|
|
--- glibc-2.16.90.orig/Versions.def
|
|
+++ glibc-2.16.90/Versions.def
|
|
@@ -42,6 +42,7 @@ libc {
|
|
}
|
|
libcrypt {
|
|
GLIBC_2.0
|
|
+ OW_CRYPT_1.0
|
|
}
|
|
libdl {
|
|
GLIBC_2.0
|
|
Index: glibc-2.16.90/crypt/Versions
|
|
===================================================================
|
|
--- glibc-2.16.90.orig/crypt/Versions
|
|
+++ glibc-2.16.90/crypt/Versions
|
|
@@ -3,4 +3,7 @@ libcrypt {
|
|
crypt; crypt_r; encrypt; encrypt_r; fcrypt; setkey; setkey_r;
|
|
crypt_rn; crypt_ra; crypt_gensalt; crypt_gensalt_rn; crypt_gensalt_ra;
|
|
}
|
|
+ OW_CRYPT_1.0 {
|
|
+ crypt_rn; crypt_ra; crypt_gensalt; crypt_gensalt_rn; crypt_gensalt_ra;
|
|
+ }
|
|
}
|