build do
  env = with_standard_compiler_flags(with_embedded_path)

  command "./configure --prefix=#{install_dir}/embedded --without-p11-kit --with-included-libtasn1 --with-included-unistring", env: env
  command "make -j #{workers}", env: env