diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-04-11 23:46:35 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-17 23:07:28 +0200 |
| commit | df7496540455f3da0218ed33162cd3349ae0a5ec (patch) | |
| tree | 04473da50c284ddacb0dc9fa81b0e0197e1087b8 /package/rtptools/rtptools.mk | |
| parent | 6a8b94819c7a747e84b4fd02a86f437f4321b208 (diff) | |
| download | buildroot-df7496540455f3da0218ed33162cd3349ae0a5ec.tar.gz buildroot-df7496540455f3da0218ed33162cd3349ae0a5ec.zip | |
package/rtptools: fix build for toolchains missinf SUN RPC headers
Use a configure check rather than checking explicitly for uClibc.
Make the patch a git patch at the same time.
Fixes:
http://autobuild.buildroot.org/results/1cf/1cfe3e019a627e7c092dbd94e4b891179e35bedd/
http://autobuild.buildroot.org/results/5ba/5bad40610316392c3f213c3e2a27ac76abd88de6/
http://autobuild.buildroot.org/results/789/789ebdc6a96fc62ca5c98bdd6b90de20872ea221/
... and numerous similar build failures
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rtptools/rtptools.mk')
| -rw-r--r-- | package/rtptools/rtptools.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rtptools/rtptools.mk b/package/rtptools/rtptools.mk index d93a911359..7990e8f1c6 100644 --- a/package/rtptools/rtptools.mk +++ b/package/rtptools/rtptools.mk @@ -8,5 +8,6 @@ RTPTOOLS_VERSION = 1.20 RTPTOOLS_SITE = http://www.cs.columbia.edu/irt/software/rtptools/download RTPTOOLS_LICENSE = MIT-like (research and education only) RTPTOOLS_LICENSE_FILES = COPYRIGHT +RTPTOOLS_AUTORECONF = YES $(eval $(autotools-package)) |

