diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 12:16:20 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 12:16:20 +0000 |
commit | fd2069004f0d17c0edd3dd4130a58419d6b524ad (patch) | |
tree | 2a5cb1f7e9c617733f72742033b658fc85cebe68 /recipes/pth/pth_2.0.2.bb | |
parent | 42b3663b07fedb2e7bd19328fbc872cc561b3ac0 (diff) |
pth: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/pth/pth_2.0.2.bb')
-rw-r--r-- | recipes/pth/pth_2.0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pth/pth_2.0.2.bb b/recipes/pth/pth_2.0.2.bb index 81b8a71b63..2583e030fd 100644 --- a/recipes/pth/pth_2.0.2.bb +++ b/recipes/pth/pth_2.0.2.bb @@ -2,10 +2,11 @@ DESCRIPTION = "GNU Portable Threads" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -PR = "r1" +PR = "r2" SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \ file://m4-warning.patch;patch=1 \ + file://ldflags.patch;patch=1 \ " PARALLEL_MAKE="" |