Skip to content
Snippets Groups Projects
Commit 64790e68 authored by Balasankar C's avatar Balasankar C Committed by Marin Jankovski
Browse files

Make gnupg and gpgme build fine on all OSs

parent a718950e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,7 @@ dependency 'libassuan'
dependency 'npth'
dependency 'libgcrypt'
dependency 'libksba'
dependency 'zlib'
 
license 'LGPL-2.1'
license_file 'COPYING.LGPL3'
Loading
Loading
@@ -33,7 +34,7 @@ relative_path "gnupg-#{version}"
build do
env = with_standard_compiler_flags(with_embedded_path)
command './configure ' \
"--prefix=#{install_dir}/embedded --disable-doc", env: env
"--prefix=#{install_dir}/embedded --disable-doc --without-readline --disable-sqlite --disable-gnutls --disable-dirmngr", env: env
 
make "-j #{workers}", env: env
make 'install', env: env
Loading
Loading
Loading
Loading
@@ -31,7 +31,7 @@ relative_path "gpgme-#{version}"
build do
env = with_standard_compiler_flags(with_embedded_path)
command './configure ' \
"--prefix=#{install_dir}/embedded --disable-doc", env: env
"--prefix=#{install_dir}/embedded --disable-doc --disable-languages", env: env
 
make "-j #{workers}", env: env
make 'install', env: env
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment