mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-07 21:26:35 +02:00
profiles: Remove PIC and PIE default USE flags
This commit is contained in:
parent
a45845e1e6
commit
27d3a64558
@ -10,7 +10,7 @@ USE_EXPAND="${USE_EXPAND} BOARD_USE CROS_WORKON_TREE TESTS U_BOOT_CONFIG_USE U_B
|
||||
USE_EXPAND_HIDDEN="${USE_EXPAND_HIDDEN} CROS_WORKON_TREE"
|
||||
|
||||
# Extra use flags for CoreOS SDK
|
||||
USE="${USE} cros_host pic pie expat -introspection -cups -tcpd -pcre -berkdb"
|
||||
USE="${USE} cros_host expat -introspection -cups -tcpd -pcre -berkdb"
|
||||
|
||||
# Enable bindist for both SDK and targets
|
||||
USE="${USE} bindist"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
USE="cros-debug acpi usb symlink-usr cryptsetup policykit -pam"
|
||||
USE="${USE} -cros_host -expat -pic -pie -cairo -X"
|
||||
USE="${USE} -cros_host -expat -cairo -X"
|
||||
USE="${USE} -acl -cracklib -gpm -openmp -python -sha512"
|
||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user