diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-08 10:08:25 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-08 10:08:25 +0200 |
commit | 1c535e07c117922b86a3158c10eae8295d321850 (patch) | |
tree | afc50bad3dba3cf9882b9b83df6c2241e64d4683 /recipes/ppp/ppp_2.4.3.bb | |
parent | a6169a4840b78f1fd26b4f0ccd3fb6e4ce3efb73 (diff) |
ppp: add patch to use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/ppp/ppp_2.4.3.bb')
-rw-r--r-- | recipes/ppp/ppp_2.4.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ppp/ppp_2.4.3.bb b/recipes/ppp/ppp_2.4.3.bb index f09dcaca21..295a3fbe87 100644 --- a/recipes/ppp/ppp_2.4.3.bb +++ b/recipes/ppp/ppp_2.4.3.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Point-to-Point Protocol (PPP) daemon" HOMEPAGE = "http://samba.org/ppp/" DEPENDS = "libpcap" LICENSE = "BSD GPLv2" -PR = "r4" +PR = "r5" SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \ file://ppp-2.4.3-mppe-mppc-1.1.patch;patch=1 \ @@ -14,6 +14,7 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \ file://pppoatm-makefile.patch;patch=1 \ file://enable-ipv6.patch;patch=1 \ file://makefile-remove-hard-usr-reference.patch;patch=1 \ + file://ldflags.patch;patch=1 \ file://pon \ file://poff \ file://init \ |