Code review comment for lp:~timo-jyrinki/libcolumbus/workaround_lp_1187771

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

Instead of the current merge, could you try changing in debian/rules this:

override_dh_auto_configure:
 dh_auto_configure -- -DLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)

into this:

override_dh_auto_configure:
 dh_auto_configure -- -DCMAKE_BUILD_TYPE='' -DLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)

« Back to merge proposal