r4465 - trunk/src/target/opkg/libopkg

tick at docs.openmoko.org tick at docs.openmoko.org
Sat May 31 17:02:33 CEST 2008


Author: tick
Date: 2008-05-31 17:02:32 +0200 (Sat, 31 May 2008)
New Revision: 4465

Modified:
   trunk/src/target/opkg/libopkg/opkg.c
Log:
opkg.c moving the sig_file_name into the section of HAVE_GPGME


Modified: trunk/src/target/opkg/libopkg/opkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg.c	2008-05-30 18:22:03 UTC (rev 4464)
+++ trunk/src/target/opkg/libopkg/opkg.c	2008-05-31 15:02:32 UTC (rev 4465)
@@ -750,7 +750,7 @@
 
   for (iter = opkg->conf->pkg_src_list.head; iter; iter = iter->next)
   {
-    char *url, *list_file_name = NULL, *sig_file_name = NULL;
+    char *url, *list_file_name = NULL;
 
     src = iter->data;
 
@@ -808,6 +808,7 @@
     free (url);
 
 #ifdef HAVE_GPGME
+    char *sig_file_name;
     /* download detached signitures to verify the package lists */
     /* get the url for the sig file */
     if (src->extra_data)  /* debian style? */





More information about the commitlog mailing list