TclPKCS11

Artifact [8e00895db3]
Login

Artifact 8e00895db3dba92e6944761b0b031cc87349ec1bfc3762424ae934af5f80e187:


#! /bin/sh

make distclean

CFLAGS='-Wall -Werror -W' ./configure

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

make
strip -x tclpkcs11.so