Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 513540 Details for
Bug 643722
sys-apps/iproute2-4.14.1-r2 USE=minimal completely ineffective
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.mk example with USE=minimal (when both libelf and libmnl are installed)
config.mk (text/x-makefile), 1.12 KB, created by
Another Mortal
on 2018-01-06 17:11:38 UTC
(
hide
)
Description:
config.mk example with USE=minimal (when both libelf and libmnl are installed)
Filename:
MIME Type:
Creator:
Another Mortal
Created:
2018-01-06 17:11:38 UTC
Size:
1.12 KB
patch
obsolete
># Generated config based on --prefix=/usr ># user can control verbosity similar to kernel builds (e.g., V=1) >ifeq ("$(origin V)", "command line") > VERBOSE = $(V) >endif >ifndef VERBOSE > VERBOSE = 0 >endif >ifeq ($(VERBOSE),1) > Q = >else > Q = @ >endif > >ifeq ($(VERBOSE), 0) > QUIET_CC = @echo ' CC '$@; > QUIET_AR = @echo ' AR '$@; > QUIET_LINK = @echo ' LINK '$@; > QUIET_YACC = @echo ' YACC '$@; > QUIET_LEX = @echo ' LEX '$@; >endif >PKG_CONFIG:=i686-pc-linux-gnu-pkg-config >AR:=i686-pc-linux-gnu-ar >CC:=i686-pc-linux-gnu-gcc >TC_CONFIG_NO_XT:=y >IP_CONFIG_SETNS:=y >CFLAGS += -DHAVE_SETNS >HAVE_ELF:=y >CFLAGS += -DHAVE_ELF >LDLIBS += -lelf >HAVE_MNL:=y >CFLAGS += -DHAVE_LIBMNL >LDLIBS += -lmnl >CFLAGS += -DNEED_STRLCPY > >%.o: %.c > $(QUIET_CC)$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< >TC_CONFIG_ATM := n >TC_CONFIG_XT := n >TC_CONFIG_NO_XT := y ># We've locked in recent enough kernel headers #549948 >TC_CONFIG_IPSET := y >HAVE_BERKELEY_DB := n >HAVE_MNL := n >HAVE_ELF := n >HAVE_SELINUX := n >IP_CONFIG_SETNS := y ># Use correct iptables dir, #144265 #293709 >IPT_LIB_DIR :=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 643722
: 513540