Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing build/configure parameters to emerge 1

Status
Not open for further replies.

zeland

IS-IT--Management
Aug 19, 2002
569
MY
I'm setting up a workstation running Gentoo and I'm installing samba. I was looking for winbind but I think it's not built during emerge. How do I go about passing a build parameter like --with-winbind to emerge? I had once tried porthole and it had options that I could tweek for each package. I was unable to try porthole this time round because its masked.


--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 
You need to add winbind to your USE flags in /etc/make.conf, then it will be built.

Otherwise try:

Code:
USE="winbind" emerge -pv samba

The -pv switch will not actually merge the package; it will just show you the flags that affect said package and which are being used.

Remove the -pv switch to actually install it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top