Comment 5 for bug 684302

Revision history for this message
Florian Echtler (floe) wrote :

Here's the quick-and-dirty workaround (maybe not so quick, the rebuild takes quite some time):

apt-get source opencv
cd opencv-2.1.0
rm debian/patches/fix_3rdparty_build.patch
debuild
cd ..
sudo dpkg -i *.deb

Any news on how to fix this in a release?

Florian