diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 16:34:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-26 16:34:45 +0000 |
commit | a48d8f5414d9f6f7a861aa2a6e18f8b48610910a (patch) | |
tree | 846a6ad233c7bd3250c7b4e891794add598e8646 /package/Makefile.in | |
parent | 23f59c69c525cb7e0b3d386339fcc9c10505aba2 (diff) |
- add BR2_INET_IPV6 and BR2_INET_RPC
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 6b1e6fe19..f0f4c7b74 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -198,6 +198,10 @@ ifneq ($(BR2_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile endif +ifneq ($(BR2_INET_IPV6),y) +DISABLE_IPV6= --disable-ipv6 +endif + ifeq ($(BR2_INSTALL_LIBSTDCPP),) TARGET_CONFIGURE_OPTS+=CXX="" endif |