diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-05-11 20:07:51 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
| commit | f1230ec9b1cf5f689e8c362582044415f131a4f8 (patch) | |
| tree | 3d43bd530e7cc900d07ae2dbfe5632545f8afe78 /meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |
| parent | 9ad55bf1e6d4c7b0cc58d44a011f387aa5a69dc3 (diff) | |
| download | meta-openembedded-f1230ec9b1cf5f689e8c362582044415f131a4f8.tar.gz | |
netkit-rusers: Fix build when libc does not have nis builtin
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb')
| -rw-r--r-- | meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index a7d19182cf..113f89b7f5 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
| @@ -9,6 +9,7 @@ DEPENDS = " tcp-wrappers libtirpc rpcbind" | |||
| 9 | SRC_URI = "http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}.orig.tar.gz;name=archive \ | 9 | SRC_URI = "http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}.orig.tar.gz;name=archive \ |
| 10 | http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}-8.diff.gz;name=patch8 \ | 10 | http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}-8.diff.gz;name=patch8 \ |
| 11 | file://rpc.rusersd-Makefile-fix-parallel-build-issue.patch \ | 11 | file://rpc.rusersd-Makefile-fix-parallel-build-issue.patch \ |
| 12 | file://0001-Link-with-libtirpc.patch \ | ||
| 12 | " | 13 | " |
| 13 | 14 | ||
| 14 | SRC_URI[archive.md5sum] = "dc99a80b9fde2ab427c874f88f1c1602" | 15 | SRC_URI[archive.md5sum] = "dc99a80b9fde2ab427c874f88f1c1602" |
| @@ -25,6 +26,7 @@ do_configure () { | |||
| 25 | ./configure --prefix=${prefix} | 26 | ./configure --prefix=${prefix} |
| 26 | echo "LDFLAGS=${LDFLAGS}" >> MCONFIG | 27 | echo "LDFLAGS=${LDFLAGS}" >> MCONFIG |
| 27 | echo "USE_GLIBC=1" >> MCONFIG | 28 | echo "USE_GLIBC=1" >> MCONFIG |
| 29 | echo "LIBS=${LIBS}" >> MCONFIG | ||
| 28 | } | 30 | } |
| 29 | 31 | ||
| 30 | do_install () { | 32 | do_install () { |
