[Cryptech-Commits] [user/sra/novena-releng] 01/05: Install eim_peek_poke. Track removal of autoconf from libhal.
git at cryptech.is
git at cryptech.is
Mon Jul 6 03:42:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/novena-releng.
commit 3f25e1bf5509f584f455e0e3ce369bc51b763f85
Author: Rob Austein <sra at hactrn.net>
Date: Sun Jul 5 18:27:24 2015 -0400
Install eim_peek_poke. Track removal of autoconf from libhal.
---
sw/Makefile | 10 +++-------
sw/libhal | 2 +-
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/sw/Makefile b/sw/Makefile
index 17a7d9b..090855d 100644
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -35,12 +35,8 @@ export CC := arm-linux-gnueabihf-gcc
export AR := arm-linux-gnueabihf-ar
export OBJCOPY := arm-linux-gnueabihf-objcopy
-# Something is messing up the CFLAGS and LDFLAGS settings to libhal.
-# Using autoconf was probably a mistake, but hack around it for now.
-
all:
cd libtfm; ${MAKE}
- cd libhal; ./configure CFLAGS='-g3 -Wall -fPIC -std=c99 -I$${TFMDIR}' LDFLAGS='-g3 -L$${TFMDIR} -ltfm'
cd libhal; ${MAKE}
cd sqlite3; ${MAKE} CROSS_COMPILE=arm-unknown-linux-gnueabi
cd pkcs11; ${MAKE}
@@ -49,6 +45,6 @@ clean distclean:
for d in libtfm libhal sqlite3 pkcs11; do (cd $$d && ${MAKE} $@); done
install: all
- install -D pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so
- install -D pkcs11/p11util ${DESTDIR}/usr/sbin/p11util
-
+ install -D pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so
+ install -D pkcs11/p11util ${DESTDIR}/usr/sbin/p11util
+ install -D libhal/utils/eim_peek_poke ${DESTDIR}/usr/sbin/eim_peek_poke
diff --git a/sw/libhal b/sw/libhal
index e80f25d..4856502 160000
--- a/sw/libhal
+++ b/sw/libhal
@@ -1 +1 @@
-Subproject commit e80f25d31235628f2d9cfb410d48bcc83b4487d5
+Subproject commit 48565020c549105baed47ef4fcb7630cccd7ffa1
More information about the Commits
mailing list