summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2019-11-06 21:36:37 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-11-06 21:40:23 -0800
commit3306b3bda5ab66f9d0a5afeb7db0ae8e3a9a48a2 (patch)
treee8fb210b165bed93084a808837db34ca22685cf2 /sys-libs/libxcrypt/files
parentprofiles/base: Add sys-libs/libxcrypt[system] mask (diff)
downloadgentoo-3306b3bda5ab66f9d0a5afeb7db0ae8e3a9a48a2.tar.gz
gentoo-3306b3bda5ab66f9d0a5afeb7db0ae8e3a9a48a2.tar.bz2
gentoo-3306b3bda5ab66f9d0a5afeb7db0ae8e3a9a48a2.zip
sys-libs/libxcrypt: Revbump to 4.4.10-r1 add multilib and compat USE
- multilib support - a "compat" USE flag that installs a library with binary compatibility with glibc - a "system" USE flag that installs as the system libcrypto.so, this collides with the default config of glibc, so it is package.use.mask-ed Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt/files')
-rw-r--r--sys-libs/libxcrypt/files/libxcrypt-4.4.10-multibuild.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-libs/libxcrypt/files/libxcrypt-4.4.10-multibuild.patch b/sys-libs/libxcrypt/files/libxcrypt-4.4.10-multibuild.patch
new file mode 100644
index 000000000000..aee7d7229b1b
--- /dev/null
+++ b/sys-libs/libxcrypt/files/libxcrypt-4.4.10-multibuild.patch
@@ -0,0 +1,25 @@
+diff --git a/Makefile.am b/Makefile.am
+index 3502a5c..afb8079 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -84,11 +84,7 @@ noinst_HEADERS = \
+ test/des-cases.h \
+ test/crypt-kat.inc
+
+-if ENABLE_XCRYPT_COMPAT_FILES
+ nodist_include_HEADERS += xcrypt.h
+-else
+-nodist_noinst_HEADERS += xcrypt.h
+-endif
+
+ noinst_PROGRAMS = \
+ lib/gen-des-tables
+@@ -137,7 +133,7 @@ uninstall_hook_targets = \
+ uninstall-hook-pkgconfig
+ install-data-hook-pkgconfig:
+ cd $(DESTDIR)$(pkgconfigdir) && \
+- $(LN_S) libxcrypt.pc libcrypt.pc
++ $(LN_S) -f libxcrypt.pc libcrypt.pc
+ uninstall-hook-pkgconfig:
+ -rm -f $(DESTDIR)$(pkgconfigdir)/libcrypt.pc
+