diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-02 12:47:37 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-02 12:47:37 +0000 |
commit | 1f3327dcd807c018d47971ee85ccd7d76850040b (patch) | |
tree | 99ded9350778f4a8dfefa965454e1ddba1e4ebe0 /recipes/bzip2/bzip2_1.0.2.bb | |
parent | 9b8323739f1349983d973ff2b86b27f0aceb4d0f (diff) |
bzip2: add patch to use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/bzip2/bzip2_1.0.2.bb')
-rw-r--r-- | recipes/bzip2/bzip2_1.0.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/bzip2/bzip2_1.0.2.bb b/recipes/bzip2/bzip2_1.0.2.bb index 1e1cb8e539..9e8cb2085c 100644 --- a/recipes/bzip2/bzip2_1.0.2.bb +++ b/recipes/bzip2/bzip2_1.0.2.bb @@ -1,10 +1,11 @@ DESCRIPTION = "Very high-quality data compression program." SECTION = "console/utils" -PR = "r1" +PR = "r2" LICENSE = "bzip2" SRC_URI = "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \ - file://installpaths.patch;patch=1" + file://installpaths.patch;patch=1 \ + file://ldflags.patch;patch=1" CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" |