diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-23 16:43:07 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-23 16:43:07 -0500 |
commit | 6aca8fedd191ff20fc8535a8c5797441a8122e6a (patch) | |
tree | 1a509dc6ca2fd13d72fa36a6ecf790ff773de123 /ubuntu | |
parent | a45cbecfe662b2db030d1d16e9c609e62761f3ed (diff) | |
download | tde-packaging-6aca8fedd191ff20fc8535a8c5797441a8122e6a.tar.gz tde-packaging-6aca8fedd191ff20fc8535a8c5797441a8122e6a.zip |
Set sip4-tqt libpython on Debian and Ubuntu
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/dependencies/sip4-tqt/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules index df0c6da05..86a541601 100755 --- a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules @@ -41,6 +41,7 @@ build-%/configure-stamp: cd build-$* \ && python$* ../configure.py \ -d /usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt \ + -g python$* \ -u STRIP="" CFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" touch $@ @@ -50,6 +51,7 @@ dbg-build-%/configure-stamp: cd dbg-build-$* \ && python$*-dbg ../configure.py \ -d /usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt \ + -g python$* \ -e /usr/include/python$*_d \ -u CFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" STRIP="" touch $@ |