diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-07-10 03:24:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-10 03:24:23 +0000 |
commit | c2bdc8f634ee7b2e649243b030b632ee76d2345b (patch) | |
tree | 67aede2c349e3b8d39736e9d97a9bd3b02f2a6c4 /packages/liblockfile/liblockfile_1.06.bb | |
parent | 90092e2cefdb808d051fb3a5bb286e469111a4f5 (diff) |
liblockfile 1.06: Fix for building with glibc 2.4. The local function
eaccess conflicts with a function of the same name supplied wih glibc 2.4.
So add a patch which globally renames this function within the library.
Diffstat (limited to 'packages/liblockfile/liblockfile_1.06.bb')
-rw-r--r-- | packages/liblockfile/liblockfile_1.06.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/liblockfile/liblockfile_1.06.bb b/packages/liblockfile/liblockfile_1.06.bb index c4d72fcc23..480f47b976 100644 --- a/packages/liblockfile/liblockfile_1.06.bb +++ b/packages/liblockfile/liblockfile_1.06.bb @@ -1,10 +1,13 @@ -SECTION = "libs" DESCRIPTION = "File locking library." +SECTION = "libs" LICENSE = "LGPL" +PR="r1" + SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ file://install.patch;patch=1 \ file://configure.patch;patch=1 \ - file://ldflags.patch;patch=1" + file://ldflags.patch;patch=1 \ + file://glibc-2.4.patch;patch=1" inherit autotools |