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:19:21 +0200
commitee21e41ef5b6a1315c982ee80883b6906da80851 (patch)
tree3f4d309a91d987d3bde3478880d5e0a70eba4e15
parent76ee007506b114c49dea5a1e068d7454dac258ea (diff)
downloadsmartcardauth-ee21e41ef5b6a1315c982ee80883b6906da80851.tar.gz
smartcardauth-ee21e41ef5b6a1315c982ee80883b6906da80851.zip
Fix FTBFS due to missing link to stdc++
(cherry picked from commit ee832586c48a558d384e8716d3dd3b33da897aaf)
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6d47bcc..df01895 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 -lqt-mt -ltqt -lpam -lcrypt
+ gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -lqt-mt -ltqt -lpam -lcrypt -lstdc++
clean:
rm -f ckpasswd.o xmalloc.o messages.o ckpasswd