Cleanup zwave from remove ABI tags (#1506)

This commit is contained in:
Pascal Vizeli
2020-07-28 00:55:58 +02:00
committed by GitHub
parent 8ca0253638
commit 5077a1f922

View File

@@ -83,8 +83,6 @@ RUN \
&& make -j $(( $(nproc) + 1 )) \
&& make install \
\
&& strip --remove-section=.note.ABI-tag /usr/lib/libQt5Core.so \
\
&& mkdir -p /usr/share/OpenZWave \
&& mv /usr/share/qt5/qt-openzwavedatabase.rcc /usr/share/OpenZWave/ \
\