TclPKCS11

Artifact [b6a1ac7b18]
Login

Artifact b6a1ac7b1860254d633f6815bc658e9146cb102f175343be06cbb0112c4b3d2a:


#! /bin/sh

make distclean

CC='/home/rkeene/root/cross-compilers/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-gcc' ./configure --host='x86_64-unknown-linux-gnu' --with-tcl="$(pwd)/build/linuxamd64"

# Replace version with the version
. build/makearch.info
sed "s/@@VERS@@/${VERS}/g" Makefile > Makefile.new && cat Makefile.new > Makefile
rm -f Makefile.new

gmake
/home/rkeene/root/cross-compilers/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-strip -x tclpkcs11.so