Patch for compilation under cygwin

Dr. Volker Zell dr.volker.zell at oracle.com
Mon Oct 24 12:18:06 PDT 2011


Hi

The following patch is needed for shared library compilation under cygwin:


--- origsrc/p11-kit-0.8/p11-kit/Makefile.am	2011-10-24 07:46:42.000000000 +0200
+++ src/p11-kit-0.8/p11-kit/Makefile.am	2011-10-24 19:17:39.156250000 +0200
@@ -46,6 +46,8 @@ libp11_kit_la_LDFLAGS = \
 
 libp11_kit_la_SOURCES = $(MODULE_SRCS)
 
+libp11_kit_la_LIBADD = $(LTLIBINTL)
+
 libp11_kit_testable_la_LDFLAGS = \
 	-no-undefined
 


Ciao
  Volker
  


More information about the p11-glue mailing list