From aa78e600b01897cf22f14bd353ff4b2fb39a3c20 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Nov 2004 02:41:24 +0000 Subject: Apply patch to popt to properly add -lintl when using a C library that has no gettext support (namely, uclibc). BKrev: 419aba54TPTbPnR2b30uzX9oBAvUGg --- popt/popt-1.7/intl.patch | 0 popt/popt_1.7.oe | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 popt/popt-1.7/intl.patch (limited to 'popt') diff --git a/popt/popt-1.7/intl.patch b/popt/popt-1.7/intl.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/popt/popt_1.7.oe b/popt/popt_1.7.oe index 2e25540d7e..41af18ed58 100644 --- a/popt/popt_1.7.oe +++ b/popt/popt_1.7.oe @@ -1,9 +1,12 @@ -SECTION = "unknown" +SECTION = "libs" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." +LICENSE = "MIT" +PR = "r1" SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ - file://m4.patch;patch=1" + file://m4.patch;patch=1 \ + file://intl.patch;patch=1" inherit autotools -- cgit v1.2.3