overlay: post fixes

This commit is contained in:
Anton Bolshakov 2013-06-30 05:53:23 +00:00
parent 0be5f261a0
commit dcd23c039e
4 changed files with 18 additions and 0 deletions

View file

@ -1,4 +1,5 @@
net-misc/openvpn -static
net-misc/openssh -ldap
net-misc/spice-gtk python
net-misc/tor nat-pmp tor-hardening transparent-proxy upnp threads
net-misc/networkmanager modemmanager

View file

@ -8,4 +8,5 @@ net-wireless/grimwepa -extra
net-wireless/hostapd wpe
net-wireless/lorcon python
net-wireless/wifite extra dict
net-analyzer/wireshark lua
net-wireless/wpa_supplicant wps

View file

@ -0,0 +1,15 @@
# 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"
USE="${USE} xinerama"
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"

View file

@ -0,0 +1 @@
../base/package.unmask