From: ticktock35 Date: Mon, 15 Dec 2008 04:21:39 +0000 (+0000) Subject: opkg: disable gpgme header if gpgme disabled from configure X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=9a1ee51de496e907052ce083c6a1a4c46341b466;ds=sidebyside opkg: disable gpgme header if gpgme disabled from configure git-svn-id: http://opkg.googlecode.com/svn/trunk@29 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/opkg_download.c b/opkg_download.c index 2f87eec..2c2bc57 100644 --- a/opkg_download.c +++ b/opkg_download.c @@ -18,7 +18,9 @@ */ #include +#ifdef HAVE_GPGME #include +#endif #include "opkg.h" #include "opkg_download.h"