mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
overlay: post fixes
This commit is contained in:
parent
0be5f261a0
commit
dcd23c039e
4 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
15
profiles/pentoo/overlay/make.defaults
Normal file
15
profiles/pentoo/overlay/make.defaults
Normal 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"
|
||||
1
profiles/pentoo/overlay/package.unmask
Symbolic link
1
profiles/pentoo/overlay/package.unmask
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../base/package.unmask
|
||||
Loading…
Reference in a new issue