summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-28 02:26:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-28 02:26:45 -0600
commit34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc (patch)
treef61dd03700634527a7fc771010f8ee0b04a2b56e
parentd5a9c92ea35b1da91fab92070e69623ab67924c5 (diff)
downloadsmartcardauth-34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc.tar.gz
smartcardauth-34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc.zip
Fix FTBFS
-rw-r--r--.gitmodules4
-rw-r--r--src/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 4fce771..5a9a136 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "admin"]
path = admin
- url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin
+ url = http://scm.trinitydesktop.org/scm/git/tde-common-admin
[submodule "cmake"]
path = cmake
- url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake
+ url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake
diff --git a/src/Makefile b/src/Makefile
index 6d47bcc..a1a16ea 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,13 +13,13 @@ messages.o: messages.c
gcc messages.c -c
smartauthmon.o: smartauthmon.cpp
- g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c
+ g++ -I/usr/include/tqt -I/usr/include/qt3 -I/usr/include/tqt3 smartauthmon.cpp -c
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 -ltqt -lpam -lcrypt --allow-shlib-undefined
clean:
rm -f ckpasswd.o xmalloc.o messages.o ckpasswd