summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-04-01 15:15:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-04-01 15:15:12 +0200
commitee832586c48a558d384e8716d3dd3b33da897aaf (patch)
tree2c215b9a20f9771954ce69d41f8d11c7c2b8c768
parent742c69abdb159ce8ebfd41548bfb3ea2262b31d2 (diff)
downloadsmartcardauth-ee832586.tar.gz
smartcardauth-ee832586.zip
Fix FTBFS due to missing link to stdc++
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 38a6173..4addb1c 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 -ltqt-mt
+ gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt -ltqt-mt -lstdc++
clean:
rm -f ckpasswd.o xmalloc.o messages.o ckpasswd