diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-16 04:35:45 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-16 04:35:45 +0000 |
commit | 27b8b3a5bc33b8c6bce70841bf2734c5c18baa9c (patch) | |
tree | 7f0f80593f68eca2ee3b1b8b42e9f3f5774fa1b1 /packages/clamav/clamav_0.90.2.bb | |
parent | 248d56fc941ba762095ec4126c802eb58532d033 (diff) |
clamav 0.90.2: Fix build for uclibc by testing for libintl and linking
against it if required and added virtual/libintl to DEPENDS to ensure
the functionality exists either in libc or via a seperate library.
Diffstat (limited to 'packages/clamav/clamav_0.90.2.bb')
-rw-r--r-- | packages/clamav/clamav_0.90.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/clamav/clamav_0.90.2.bb b/packages/clamav/clamav_0.90.2.bb index ab60a66c0a..fe3061606a 100644 --- a/packages/clamav/clamav_0.90.2.bb +++ b/packages/clamav/clamav_0.90.2.bb @@ -1,8 +1,9 @@ require clamav.inc -PR = "r0" +PR = "r1" # 0.9x requires curl for incremental database updates DEPENDS += "curl" +DEPENDS += "virtual/libintl" # Don't check for clamav uid/gid - they don't exist on the host # Put virus definitions in /var/lib not /usr/lib |