source: freewrt/package/gnutls/patches/501-certtool-libs.patch@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.2 KB
  • src/Makefile.am

    diff -ruN gnutls-1.0.24-orig/src/Makefile.am gnutls-1.0.24-1/src/Makefile.am
    old new  
    3131        cfg/cfg+.c cfg/cfgfile.c cfg/cmdline.c cfg/parse.c cfg/props.c \
    3232        cfg/shared.c cfg/platon/str/dynfgets.c cfg/platon/str/strctype.c \
    3333        cfg/platon/str/strdyn.c cfg/platon/str/strplus.c
    34 certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS)
     34certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS)
    3535endif
    3636
    3737
  • src/Makefile.in

    diff -ruN gnutls-1.0.24-orig/src/Makefile.in gnutls-1.0.24-1/src/Makefile.in
    old new  
    308308@HAVE_LIBCFG_FALSE@     cfg/platon/str/strdyn.c cfg/platon/str/strplus.c
    309309
    310310@HAVE_LIBCFG_TRUE@certtool_SOURCES = certtool-gaa.c certtool.c prime.c getpass.c certtool-cfg.c
    311 @HAVE_LIBCFG_FALSE@certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS)
     311@HAVE_LIBCFG_FALSE@certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS)
    312312@HAVE_LIBCFG_TRUE@certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) -lcfg+
    313313all: all-recursive
    314314
Note: See TracBrowser for help on using the repository browser.