From 8d1c21967668c390df18754f4b4df837d8820c9c Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Tue, 26 Jun 2012 09:32:02 +0000 Subject: [PATCH] libvassert: don't build shared lib --- lib/libvassert/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libvassert/Makefile b/lib/libvassert/Makefile index 6a022c91f..1226a8096 100644 --- a/lib/libvassert/Makefile +++ b/lib/libvassert/Makefile @@ -1,5 +1,6 @@ # Makefile for libvassert library +MKPIC?= no LIB= vassert SRCS= backdoor.S vassert.c INCS+= vassert.h -- 2.44.0