diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-29 22:34:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-29 22:34:45 +0000 |
commit | 8b5bb5b58cf32e8a2e002aa619a42a56e1995998 (patch) | |
tree | 452ad84d655f33d9a4d57773a22dc5da29e6fadf /sys-libs/cracklib | |
parent | old (diff) | |
download | gentoo-2-8b5bb5b58cf32e8a2e002aa619a42a56e1995998.tar.gz gentoo-2-8b5bb5b58cf32e8a2e002aa619a42a56e1995998.tar.bz2 gentoo-2-8b5bb5b58cf32e8a2e002aa619a42a56e1995998.zip |
old
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/files/cracklib-2.8.13-python-linkage.patch | 13 | ||||
-rw-r--r-- | sys-libs/cracklib/files/cracklib-2.8.15-no-nls.patch | 15 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sys-libs/cracklib/files/cracklib-2.8.13-python-linkage.patch b/sys-libs/cracklib/files/cracklib-2.8.13-python-linkage.patch deleted file mode 100644 index 568d08130263..000000000000 --- a/sys-libs/cracklib/files/cracklib-2.8.13-python-linkage.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/246747 - ---- cracklib/python/Makefile.in -+++ cracklib/python/Makefile.in -@@ -57,7 +57,7 @@ - am__installdirs = "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pythondir)" - pyexecLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pyexec_LTLIBRARIES) --_cracklibmodule_la_LIBADD = -+_cracklibmodule_la_LIBADD = -lpython$(PYTHON_VERSION) - _cracklibmodule_la_SOURCES = _cracklibmodule.c - _cracklibmodule_la_OBJECTS = _cracklibmodule.lo - _cracklibmodule_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ diff --git a/sys-libs/cracklib/files/cracklib-2.8.15-no-nls.patch b/sys-libs/cracklib/files/cracklib-2.8.15-no-nls.patch deleted file mode 100644 index 80f5d40a563e..000000000000 --- a/sys-libs/cracklib/files/cracklib-2.8.15-no-nls.patch +++ /dev/null @@ -1,15 +0,0 @@ -fix building on uclibc when nls is disabled - ---- util/check.c -+++ util/check.c -@@ -21,8 +21,10 @@ - const char *why; - int i; - -+#ifdef ENABLE_NLS - setlocale(LC_ALL, ""); - textdomain(PACKAGE); -+#endif - - while (fgets(buf, sizeof(buf), stdin) != NULL) { - while (((i = strlen(buf)) > 0) && (i > 0)) { |