Compile gnupg as a util
authorSebastian Pipping <sebastian@pipping.org>
Tue, 11 Jan 2011 22:16:21 +0000 (23:16 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 11 Jan 2011 22:16:21 +0000 (23:16 +0100)
gen_compile.sh

index f334b6b9ddba06ce4139ca30f8b6412e3b2c53fa..109e94903e3fafa4810fc426e7daf82a804a04b1 100755 (executable)
@@ -695,7 +695,7 @@ compile_gpg() {
                        --without-zlib --without-bzip2 --without-libusb --without-readline \
                                >> ${LOGFILE} 2>&1 || gen_die 'Configuring gnupg failed!'
                print_info 1 'gnupg: >> Compiling...'
-               MAKE=${UTILS_MAKE} compile_generic "" ""
+               compile_generic "" "utils"
                print_info 1 'gnupg: >> Copying to cache...'
                [ -f "${TEMP}/${GPG_DIR}/g10/gpg" ] ||
                        gen_die 'gnupg executable does not exist!'