diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 13:48:43 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:18:50 +0200 |
commit | 88438347811171e389f3af65d9c65f0fa4d13f86 (patch) | |
tree | 65260790fa84a7843799a4af4d1be38a705e57da /ubuntu/maverick | |
parent | 0546181f99f6c4d322ba3e07d923a4d3903d9e40 (diff) | |
download | tde-packaging-88438347811171e389f3af65d9c65f0fa4d13f86.tar.gz tde-packaging-88438347811171e389f3af65d9c65f0fa4d13f86.zip |
Do not compile dcopc in tdebindings on Debian and Ubuntu
(cherry picked from commit 66000ae023eb5f2a4abc3f2df67da4f3c6791354)
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-x | ubuntu/maverick/kdebindings/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/kdebindings/debian/rules b/ubuntu/maverick/kdebindings/debian/rules index 3538d4e72..fe191a9c9 100755 --- a/ubuntu/maverick/kdebindings/debian/rules +++ b/ubuntu/maverick/kdebindings/debian/rules @@ -31,7 +31,7 @@ endif DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib \ - DO_NOT_COMPILE='dcopperl kalyptus qtsharp xparts python' + DO_NOT_COMPILE='dcopc dcopperl kalyptus qtsharp xparts python' DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk |