Changeset 3955


Ignore:
Timestamp:
01/25/08 18:06:57 (5 years ago)
Author:
thomas
Message:

opkg: fix configure checks for gpgme

Location:
trunk/src/target/opkg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/Makefile.am

    r3880 r3955  
    5353 
    5454#libopkg_la_LIBADD = libbb/libbb.la replace/libreplace.a 
    55 libopkg_la_LIBADD = libbb/libbb.la $(CURL_LIBS) 
     55libopkg_la_LIBADD = libbb/libbb.la $(CURL_LIBS) $(GPGME_LIBS) 
    5656 
    5757opkg_core_sources = args.c args.h opkg.c \ 
     
    9898opkg_cl_SOURCES = opkg-frontend.c 
    9999 
    100 libopkg_la_CFLAGS = -DOPKG_LIB $(ALL_CFLAGS)  $(CURL_CFLAGS) 
     100libopkg_la_CFLAGS = -DOPKG_LIB $(ALL_CFLAGS)  $(CURL_CFLAGS) $(GPGME_CFLAGS) 
    101101 
    102 opkg_CFLAGS = $(ALL_CFLAGS) $(CURL_CFLAGS) 
     102opkg_CFLAGS = $(ALL_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) 
    103103 
    104104opkg_cl_CFLAGS = -DOPKG_LIB $(ALL_CFLAGS) 
  • trunk/src/target/opkg/configure.ac

    r3944 r3955  
    6767fi 
    6868 
    69  
     69AC_SUBST(GPGME_CFLAGS) 
     70AC_SUBST(GPGME_LIBS) 
    7071 
    7172 
Note: See TracChangeset for help on using the changeset viewer.