Skip to content

gnrc_uhcpc: fix dependencies#7722

Merged
miri64 merged 1 commit intoRIOT-OS:masterfrom
miri64:gnrc_uhcpc/fix/dep
Nov 6, 2017
Merged

gnrc_uhcpc: fix dependencies#7722
miri64 merged 1 commit intoRIOT-OS:masterfrom
miri64:gnrc_uhcpc/fix/dep

Conversation

@miri64
Copy link
Copy Markdown
Member

@miri64 miri64 commented Oct 12, 2017

#7721 showed, that posix is required to include the arpa/inet.h
header into the include path of an application using the uhcpc
module.

Additionally this PR makes the FIB an optional dependency of
gnrc_uhcpc.

@miri64 miri64 added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) GNRC Area: network Area: Networking labels Oct 12, 2017
@miri64 miri64 requested a review from kaspar030 October 12, 2017 07:00
#ifdef MODULE_FIB
ipv6_addr_t defroute = IPV6_ADDR_UNSPECIFIED;

ipv6_addr_from_str(&defroute, "::");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks obsolete with defroute set above, or not?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, wanted to remove it, but somehow forgot ^^

@smlng
Copy link
Copy Markdown
Member

smlng commented Oct 12, 2017

please squash and trigger Murdock

\RIOT-OS#7721 showed, that `posix` is required to include the `arpa/inet.h`
header into the include path of an application using the `uhcpc`
module.

Additionally this PR makes the FIB an optional dependency of
`gnrc_uhcpc`.
@miri64 miri64 force-pushed the gnrc_uhcpc/fix/dep branch from c7737cb to cb2a968 Compare October 13, 2017 10:13
@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Oct 13, 2017

Squashed

@smlng smlng added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 17, 2017
@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Nov 6, 2017

@smlng ping?

@miri64 miri64 added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Nov 6, 2017
@miri64 miri64 merged commit 046f30b into RIOT-OS:master Nov 6, 2017
@miri64 miri64 deleted the gnrc_uhcpc/fix/dep branch November 8, 2017 13:46
@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Nov 8, 2017

Arghs we forgot about the GNRC-embargo here :-/

@miri64
Copy link
Copy Markdown
Member Author

miri64 commented Nov 8, 2017

This PR is the reason for the merge problems in #7925... will backport to that PR it ASAP

miri64 added a commit to miri64/RIOT that referenced this pull request Nov 8, 2017
\RIOT-OS#7721 showed, that `posix` is required to include the `arpa/inet.h`
header into the include path of an application using the `uhcpc`
module.

Additionally this PR makes the FIB an optional dependency of
`gnrc_uhcpc`.

Backport of RIOT-OS#7722
bergzand pushed a commit to bergzand/RIOT that referenced this pull request Nov 17, 2017
\RIOT-OS#7721 showed, that `posix` is required to include the `arpa/inet.h`
header into the include path of an application using the `uhcpc`
module.

Additionally this PR makes the FIB an optional dependency of
`gnrc_uhcpc`.

Backport of RIOT-OS#7722
bergzand pushed a commit to bergzand/RIOT that referenced this pull request Nov 19, 2017
\RIOT-OS#7721 showed, that `posix` is required to include the `arpa/inet.h`
header into the include path of an application using the `uhcpc`
module.

Additionally this PR makes the FIB an optional dependency of
`gnrc_uhcpc`.

Backport of RIOT-OS#7722
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants