OSDN Git Service

fixed for Ubuntu 12.04 master
authorSeiji Munetoh <seiji.munetoh@gmail.com>
Fri, 15 Mar 2013 14:16:52 +0000 (23:16 +0900)
committerSeiji Munetoh <seiji.munetoh@gmail.com>
Fri, 15 Mar 2013 14:16:52 +0000 (23:16 +0900)
dist/debian/control
src/Makefile.am

index 063fc12..07d12d1 100644 (file)
@@ -13,5 +13,4 @@ Architecture: any
 # Canonical repo
 # Self build
 Depends: ${shlibs:Depends}, ${misc:Depends}, trousers, tpm-tools, libxml2, uuid
-Description: An open source TCG Platform Trust Services.
-The package include openpts collector and verifier
+Description: An open source TCG Platform Trust Services. The package include openpts collector and verifier
index d1e55cb..a3e9e1f 100644 (file)
@@ -30,7 +30,7 @@ localedir = $(datadir)/locale
 
 
 AM_CPPFLAGS = -I$(top_srcdir)/include $(LIBXML2_CFLAGS) $(TSS_CFLAGS) -I../include -DLOCALEDIR=\"$(localedir)\"
-AM_LDFLAGS = $(LIBXML2_LIBS) $(LIBCRYPTO_LIBS) $(TSS_LIBS) -lopenpts
+AM_LDFLAGS = -lopenpts $(LIBXML2_LIBS) $(LIBCRYPTO_LIBS) $(TSS_LIBS) 
 # $(LIBINTL) -lopenpts
 
 if HAVE_LIBUUID