diff options
| author | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2019-12-03 15:21:25 -0700 |
|---|---|---|
| committer | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2019-12-03 15:21:25 -0700 |
| commit | 0c995c059a397953056b249ab8c2cdad3e82b8b3 (patch) | |
| tree | 46cf4dfd14a337fcdddc6317c788213af54c59b0 | |
| parent | 4b1b951b74a347e26eec919114e7d9999cb959bd (diff) | |
added cacert USE flag
| -rw-r--r-- | salt/gentoo_baseimage/gentoo_baseimage/files/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf index de50ae9..2f68b9d 100644 --- a/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf +++ b/salt/gentoo_baseimage/gentoo_baseimage/files/make.conf @@ -3,7 +3,7 @@ CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" -USE="-X -webstart -alsa -cups -gtk -vala -introspection" +USE="cacert -X -webstart -alsa -cups -gtk -vala -introspection" ABI_X86="64 32" EMERGE_DEFAULT_OPTS="--quiet-build=y --with-bdeps=y --nospinner --verbose-conflicts --changed-deps-report=n --keep-going=y" FEATURES="-preserve-libs" |
