diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-22 20:58:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-22 20:58:04 -0500 |
commit | ce33b272213d0b5b1762e41892e2345429cf17bd (patch) | |
tree | b6aaa8d162f9736eefecd43701f669116fd24049 /ubuntu | |
parent | a6d13afe442ab4163dc4965775d63d644930d167 (diff) | |
download | tde-packaging-ce33b272213d0b5b1762e41892e2345429cf17bd.tar.gz tde-packaging-ce33b272213d0b5b1762e41892e2345429cf17bd.zip |
Pass the multiarch lib path to configure to fix FTBFS.
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/dependencies/qt3/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/qt3/debian/rules b/ubuntu/maverick/dependencies/qt3/debian/rules index fffb28b87..7874557c8 100755 --- a/ubuntu/maverick/dependencies/qt3/debian/rules +++ b/ubuntu/maverick/dependencies/qt3/debian/rules @@ -91,6 +91,8 @@ CONFIGURE_OPTS = \ -I/usr/include/freetype2 \ -I`pg_config --includedir` \ \ + -L/usr/lib/$(DEB_HOST_MULTIARCH) \ + \ -lfontconfig \ -inputmethod \ # End of CONFIGURE_OPTS |