from small one page howto to huge articles all in one place
 

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

82121

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

Adding extra options to the configure call during emerge

You have a package that is listed in the portage tree but during the configure call somethings complains about missing header/libraries.
You can see, that the needed files are installed, but in a different path.
Or if you just want to enable/disable something, that the ebuild doesn't do for you.

You should file a bug report to have it fixed/improved.
Sadly, you have to wait a few hours/days till it becomes available in the tree.

Until then you can pass the additional configure options via the environment variable EXTRA_ECONF.

Example:

EXTRA_ECONF="--with-something" emerge foo/bar
will result in a configure call like this:
./configure  [normal configure options generated by the ebuild] --with-something

Happy compiling


rate this article:
current rating: average rating: 1.1 (104 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2025-11-20
2025-11-19
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 59.3 ms