forked from pool/glibc
84ce9e0d13
Cleanup of patches. OBS-URL: https://build.opensuse.org/request/show/113387 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=164
25 lines
697 B
Diff
25 lines
697 B
Diff
Index: glibc-2.15/Versions.def
|
|
===================================================================
|
|
--- glibc-2.15.orig/Versions.def
|
|
+++ glibc-2.15/Versions.def
|
|
@@ -40,6 +40,7 @@ libc {
|
|
}
|
|
libcrypt {
|
|
GLIBC_2.0
|
|
+ OW_CRYPT_1.0
|
|
}
|
|
libdl {
|
|
GLIBC_2.0
|
|
Index: glibc-2.15/crypt/Versions
|
|
===================================================================
|
|
--- glibc-2.15.orig/crypt/Versions
|
|
+++ glibc-2.15/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;
|
|
+ }
|
|
}
|