summaryrefslogtreecommitdiffstats
path: root/package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-05-29 19:20:55 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-05-29 21:35:27 +0200
commita853849e4d50ef7e126a1da524be37aeb878a6de (patch)
tree2049259b4caab564e52607811869bd0b7aabd4af /package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch
parent78b9f9c393e58590d8e416fb0ac34b947cab0bad (diff)
downloadbuildroot-a853849e4d50ef7e126a1da524be37aeb878a6de.tar.gz
buildroot-a853849e4d50ef7e126a1da524be37aeb878a6de.zip
libpwquality: bump to version 1.4.0
- Remove both patches (already in version) - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch')
-rw-r--r--package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch b/package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch
deleted file mode 100644
index 3bae15c221..0000000000
--- a/package/libpwquality/0001-Fix-build-with-disable-nls-on-platforms-without-libi.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From fd1694c9d85666a39fe39e76518581b1ccd5a6c5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Stefan=20S=C3=B8rensen?= <stefan.sorensen@spectralink.com>
-Date: Thu, 2 Feb 2017 11:16:49 +0100
-Subject: [PATCH] Fix build with --disable-nls on platforms without libintl
- included in libc.
-
-Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
-
----
-
-Status: accepted upstream, not yet released.
-
-diff --git a/src/pwmake.c b/src/pwmake.c
-index 5b8cfb8..81f7cd3 100644
---- a/src/pwmake.c
-+++ b/src/pwmake.c
-@@ -33,9 +33,11 @@ main(int argc, char *argv[])
- int bits;
- void *auxerror;
-
-+#ifdef ENABLE_NLS
- setlocale(LC_ALL, "");
- bindtextdomain("libpwquality", "/usr/share/locale");
- textdomain("libpwquality");
-+#endif
-
- if (argc != 2) {
- usage(basename(argv[0]));
-diff --git a/src/pwscore.c b/src/pwscore.c
-index 219a175..24c13f2 100644
---- a/src/pwscore.c
-+++ b/src/pwscore.c
-@@ -34,9 +34,11 @@ main(int argc, char *argv[])
- size_t len;
- char *user = NULL;
-
-+#ifdef ENABLE_NLS
- setlocale(LC_ALL, "");
- bindtextdomain("libpwquality", "/usr/share/locale");
- textdomain("libpwquality");
-+#endif
-
- if (argc > 2) {
- usage(basename(argv[0]));
---
-2.9.3
-
OpenPOWER on IntegriCloud