• R/O
  • HTTP
  • SSH
  • HTTPS

openpts: Commit

Repo for OpenPTS version 0.2.X


Commit MetaInfo

Revisión59d9483dc6f777049273c98cfffb3ed4f19c023e (tree)
Tiempo2013-03-15 23:16:52
AutorSeiji Munetoh <seiji.munetoh@gmai...>
CommiterSeiji Munetoh

Log Message

fixed for Ubuntu 12.04

Cambiar Resumen

Diferencia incremental

--- a/dist/debian/control
+++ b/dist/debian/control
@@ -13,5 +13,4 @@ Architecture: any
1313 # Canonical repo
1414 # Self build
1515 Depends: ${shlibs:Depends}, ${misc:Depends}, trousers, tpm-tools, libxml2, uuid
16-Description: An open source TCG Platform Trust Services.
17-The package include openpts collector and verifier
16+Description: An open source TCG Platform Trust Services. The package include openpts collector and verifier
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ localedir = $(datadir)/locale
3030
3131
3232 AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBXML2_CFLAGS) $(TSS_CFLAGS) -I../include -DLOCALEDIR=\"$(localedir)\"
33-AM_LDFLAGS = $(LIBXML2_LIBS) $(LIBCRYPTO_LIBS) $(TSS_LIBS) -lopenpts
33+AM_LDFLAGS = -lopenpts $(LIBXML2_LIBS) $(LIBCRYPTO_LIBS) $(TSS_LIBS)
3434 # $(LIBINTL) -lopenpts
3535
3636 if HAVE_LIBUUID
Show on old repository browser