mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-03-05 13:13:20 +01:00
34 lines
1.3 KiB
Text
34 lines
1.3 KiB
Text
# Copyright 2004-2010 Gentoo Foundation.
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
|
|
# This will help developers track packages, that don't respect LDFLAGS, down
|
|
# more effectively
|
|
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
|
|
|
|
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
|
|
#should probably leave a note in /etc/portage/make.conf about keeping this when override
|
|
CFLAGS="${CFLAGS} -frecord-gcc-switches"
|
|
CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
|
|
FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
|
FCFLAGS="${FCFLaGS} -frecord-gcc-switches"
|
|
|
|
#add --getbinpkg=y and PORTAGE_BINHOST when we have binhost offered
|
|
FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles news parallel-fetch sfperms unmerge-orphans unknown-features-warn usersync multilib-strict"
|
|
|
|
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose"
|
|
|
|
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
|
|
|
INPUT_DEVICES="evdev"
|
|
|
|
# Log eqawarn messages
|
|
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
|
|
|
RUBY_TARGETS="ruby18 ruby19"
|
|
#USE_PYTHON="2.7 3.2"
|
|
|
|
PORTAGE_NICENESS="9"
|
|
|
|
USE="${USE} adns netlink"
|