diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-01-18 11:25:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-18 11:25:43 +0000 |
commit | c3a20dc277a3913df8c25ce50997d3ccccc2f448 (patch) | |
tree | 7c0a17373b1b0a72fcaf59c4addbb4528c051ac0 /packages/ppp/ppp_2.4.3.bb | |
parent | 7806f7d8b13482006a8bb929756b48f222f75386 (diff) |
ppp_2.4.3.bb : Makefile references /usr/lib /usr/include directly.
* Patched out the checks the Makefile does for /usr/include/crypt.h and
/usr/include/libcrypt.* as this is broken in cross compile and these
files should always exist and be used for an OE generated libc. These
bogus checks prevented compiling on X86_64
Diffstat (limited to 'packages/ppp/ppp_2.4.3.bb')
-rw-r--r-- | packages/ppp/ppp_2.4.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ppp/ppp_2.4.3.bb b/packages/ppp/ppp_2.4.3.bb index 8701efc556..0e3b9be24a 100644 --- a/packages/ppp/ppp_2.4.3.bb +++ b/packages/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 = "r0" +PR = "r1" SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ file://makefile.patch;patch=1 \ @@ -12,6 +12,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ file://plugins-fix-CC.patch;patch=1 \ file://pppoatm-makefile.patch;patch=1 \ file://enable-ipv6.patch;patch=1 \ + file://makefile-remove-hard-usr-reference.patch;patch=1 \ file://pon \ file://poff \ file://init \ |