diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 11:00:35 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 11:00:35 +0000 |
commit | af0a5237360814352bc7eb6f92e1d4b9b002a7c9 (patch) | |
tree | 7cb19160ad27a39fd8c6cd52f01d10d0421c5ff3 /recipes/tcp-wrappers/tcp-wrappers_7.6.bb | |
parent | 121da71778dbd602250e0d52fdae15d359d4a50c (diff) |
tcp-wrappers: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/tcp-wrappers/tcp-wrappers_7.6.bb')
-rw-r--r-- | recipes/tcp-wrappers/tcp-wrappers_7.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb index a047c55a26..1f1afc1342 100644 --- a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \ LICENSE = "tcp-wrappers" PRIORITY = "optional" SECTION = "console/network" -PR ="r2" +PR ="r3" PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev tcp-wrappers tcp-wrappers-doc" @@ -35,6 +35,7 @@ SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ file://siglongjmp;patch=1 \ file://size_t;patch=1 \ file://tcpdchk_libwrapped;patch=1 \ + file://ldflags;patch=1 \ \ file://try-from.8 \ file://safe_finger.8" |