From 09ae4ac7bd2d85aff12d7ac2ce5d7ab8400e3e50 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 28 Nov 2011 12:05:26 -0600 Subject: [PATCH] Fix FTBFS on oneiric Note that this now only compiles on native TQt3 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a1a16ea..38a6173 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ ckpasswd: ckpasswd.o gcc ckpasswd.o xmalloc.o messages.o -o ckpasswd -lpam -lcrypt smartauthmon: smartauthmon.o ckpass.o - gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt --allow-shlib-undefined + gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt -ltqt-mt clean: rm -f ckpasswd.o xmalloc.o messages.o ckpasswd