From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request v2] nfs-utils: fix static build
Date: Thu, 27 Nov 2014 22:28:45 +0100 [thread overview]
Message-ID: <cover.1417123680.git.yann.morin.1998@free.fr> (raw)
Hello All!
This small series fixes nfs-utils for static builds.
Not much to say besides what the various changelogs already say.
If needed, I can drop renaming the patches if it is not wanted for the
master branch, or they can be folded each into its following changeset.
Changes v1 -> v2:
- fix the nfs-utils patch to get rid of a latent bug, use the same
patch as sent upstream
Regards,
Yann E. MORIN.
The following changes since commit 3a66731b9c50e62a6768edc9f21da867a74869b9:
infra: do not append an empty LD_LIBRARY_PATH (2014-11-27 22:07:15 +0100)
are available in the git repository at:
git://git.busybox.net/~ymorin/git/buildroot yem/for-release
for you to fetch changes up to ffb61e77dc527abadcf5c155b2163c3fcc9b9329:
package/nfs-utils: use pkg-config to find libtirpc (2014-11-27 22:25:42 +0100)
----------------------------------------------------------------
Yann E. MORIN (4):
package/libtirpc: rename patches
package/libtirpc: add -pthread to the private libraries
package/nfs-utils: rename patches
package/nfs-utils: use pkg-config to find libtirpc
...ble-parts-of-TIRPC-requiring-NIS-support.patch} | 0
...ut-RPC-support-does-not-install-rpcent.h.patch} | 0
...patch => 0003-Make-IPv6-support-optional.patch} | 0
...dd-rpcgen-program-from-nfs-utils-sources.patch} | 0
...y-generate-XDR-header-files-from-.x-sour.patch} | 0
...-files-needed-to-build-rpcbind-on-top-of.patch} | 0
package/libtirpc/0007-needs-pthread.patch | 25 +++++
...-AM_CONDITIONAL-in-conditional-execution.patch} | 0
...oo.patch => 0002-Patch-taken-from-Gentoo.patch} | 0
...-Switch-legacy-index-in-favour-of-strchr.patch} | 0
...libc.patch => 0004-fix-build-with-uClibc.patch} | 0
...of-getrpcbynumber-when-getrpcbynumber_r-.patch} | 0
...igure-script-find-getrpcbynumber-in-libt.patch} | 0
... 0007-sockaddr-h-needs-stddef-h-for-NULL.patch} | 0
package/nfs-utils/0008-tirpc-with-pkgconfig.patch | 102 +++++++++++++++++++++
package/nfs-utils/nfs-utils.mk | 2 +-
16 files changed, 128 insertions(+), 1 deletion(-)
rename package/libtirpc/{libtirpc-0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch => 0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch} (100%)
rename package/libtirpc/{libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch => 0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch} (100%)
rename package/libtirpc/{libtirpc-0004-Make-IPv6-support-optional.patch => 0003-Make-IPv6-support-optional.patch} (100%)
rename package/libtirpc/{libtirpc-0008-Add-rpcgen-program-from-nfs-utils-sources.patch => 0004-Add-rpcgen-program-from-nfs-utils-sources.patch} (100%)
rename package/libtirpc/{libtirpc-0009-Automatically-generate-XDR-header-files-from-.x-sour.patch => 0005-Automatically-generate-XDR-header-files-from-.x-sour.patch} (100%)
rename package/libtirpc/{libtirpc-0010-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch => 0006-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch} (100%)
create mode 100644 package/libtirpc/0007-needs-pthread.patch
rename package/nfs-utils/{nfs-utils-0001-build-avoid-AM_CONDITIONAL-in-conditional-execution.patch => 0001-build-avoid-AM_CONDITIONAL-in-conditional-execution.patch} (100%)
rename package/nfs-utils/{nfs-utils-0002-Patch-taken-from-Gentoo.patch => 0002-Patch-taken-from-Gentoo.patch} (100%)
rename package/nfs-utils/{nfs-utils-0003-Switch-legacy-index-in-favour-of-strchr.patch => 0003-Switch-legacy-index-in-favour-of-strchr.patch} (100%)
rename package/nfs-utils/{nfs-utils-0004-fix-build-with-uClibc.patch => 0004-fix-build-with-uClibc.patch} (100%)
rename package/nfs-utils/{nfs-utils-0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch => 0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch} (100%)
rename package/nfs-utils/{nfs-utils-0006-Let-the-configure-script-find-getrpcbynumber-in-libt.patch => 0006-Let-the-configure-script-find-getrpcbynumber-in-libt.patch} (100%)
rename package/nfs-utils/{nfs-utils-0007-sockaddr-h-needs-stddef-h-for-NULL.patch => 0007-sockaddr-h-needs-stddef-h-for-NULL.patch} (100%)
create mode 100644 package/nfs-utils/0008-tirpc-with-pkgconfig.patch
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2014-11-27 21:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 21:28 Yann E. MORIN [this message]
2014-11-27 21:28 ` [Buildroot] [PATCH 1/4 v2] package/libtirpc: rename patches Yann E. MORIN
2014-11-27 21:28 ` [Buildroot] [PATCH 2/4 v2] package/libtirpc: add -pthread to the private libraries Yann E. MORIN
2014-11-27 21:28 ` [Buildroot] [PATCH 3/4 v2] package/nfs-utils: rename patches Yann E. MORIN
2014-11-27 21:28 ` [Buildroot] [PATCH 4/4 v2] package/nfs-utils: use pkg-config to find libtirpc Yann E. MORIN
2014-11-27 22:28 ` Peter Korsgaard
2014-11-27 22:35 ` Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1417123680.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.