freewrt_1_0
freewrt_2_0
| Rev | Line | |
|---|
| [475ad56] | 1 | diff -ruN gnutls-1.0.24-orig/src/Makefile.am gnutls-1.0.24-1/src/Makefile.am
|
|---|
| 2 | --- gnutls-1.0.24-orig/src/Makefile.am 2004-09-17 11:08:24.000000000 +0200
|
|---|
| 3 | +++ gnutls-1.0.24-1/src/Makefile.am 2005-03-15 23:28:19.000000000 +0100
|
|---|
| 4 | @@ -31,7 +31,7 @@
|
|---|
| 5 | cfg/cfg+.c cfg/cfgfile.c cfg/cmdline.c cfg/parse.c cfg/props.c \
|
|---|
| 6 | cfg/shared.c cfg/platon/str/dynfgets.c cfg/platon/str/strctype.c \
|
|---|
| 7 | cfg/platon/str/strdyn.c cfg/platon/str/strplus.c
|
|---|
| 8 | -certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS)
|
|---|
| 9 | +certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS)
|
|---|
| 10 | endif
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | diff -ruN gnutls-1.0.24-orig/src/Makefile.in gnutls-1.0.24-1/src/Makefile.in
|
|---|
| 14 | --- gnutls-1.0.24-orig/src/Makefile.in 2005-01-18 19:31:14.000000000 +0100
|
|---|
| 15 | +++ gnutls-1.0.24-1/src/Makefile.in 2005-03-15 23:28:41.000000000 +0100
|
|---|
| 16 | @@ -308,7 +308,7 @@
|
|---|
| 17 | @HAVE_LIBCFG_FALSE@ cfg/platon/str/strdyn.c cfg/platon/str/strplus.c
|
|---|
| 18 |
|
|---|
| 19 | @HAVE_LIBCFG_TRUE@certtool_SOURCES = certtool-gaa.c certtool.c prime.c getpass.c certtool-cfg.c
|
|---|
| 20 | -@HAVE_LIBCFG_FALSE@certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS)
|
|---|
| 21 | +@HAVE_LIBCFG_FALSE@certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS)
|
|---|
| 22 | @HAVE_LIBCFG_TRUE@certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) -lcfg+
|
|---|
| 23 | all: all-recursive
|
|---|
| 24 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.