You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
Index: configure |
|
--- configure.orig 2013-04-04 08:42:03.000000000 +0200 |
|
+++ configure 2013-04-04 20:45:47.764754140 +0200 |
|
@@ -15638,9 +15638,6 @@ |
|
|
|
|
|
|
|
-if test "$enable_static" = "yes"; then |
|
- as_fn_error $? "p11-kit cannot be used as a static library" "$LINENO" 5 |
|
-fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32" >&5 |
|
$as_echo_n "checking for win32... " >&6; } |
|
Index: p11-kit/modules.c |
|
--- p11-kit/modules.c.orig 2013-04-04 06:41:16.000000000 +0200 |
|
+++ p11-kit/modules.c 2013-04-04 20:45:47.764754140 +0200 |
|
@@ -60,6 +60,7 @@ |
|
#include <stdlib.h> |
|
#include <string.h> |
|
#include <unistd.h> |
|
+#include <limits.h> |
|
|
|
/** |
|
* SECTION:p11-kit |
|
Index: tools/Makefile.in |
|
--- tools/Makefile.in.orig 2013-04-04 08:42:02.000000000 +0200 |
|
+++ tools/Makefile.in 2013-04-04 20:54:46.774687706 +0200 |
|
@@ -403,7 +403,7 @@ |
|
|
|
p11_kit_SOURCES = list.c tool.c tool.h $(NULL) $(am__append_3) |
|
p11_kit_CFLAGS = $(NULL) $(am__append_2) |
|
-p11_kit_LDADD = $(top_builddir)/p11-kit/libp11-kit.la \ |
|
+p11_kit_LDADD = -static $(top_builddir)/p11-kit/libp11-kit.la \ |
|
$(top_builddir)/common/libp11-common.la $(LTLIBINTL) $(NULL) \ |
|
$(am__append_1) |
|
@WITH_ASN1_TRUE@externaldir = $(pkgdatadir)
|
|
|