dff: fix multi strict error

This commit is contained in:
blshkv 2017-08-02 12:38:01 +08:00
parent 937822c817
commit 82c65a458e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -87,6 +87,8 @@ src_prepare() {
sed -i "s|dl \"\${CMAKE_BINARY_DIR}/dff/api/crashreporter/breakpad/libbreakpad.a\"|\"\${CMAKE_BINARY_DIR}/dff/api/crashreporter/breakpad/libbreakpad.a\" dl|" dff/api/crashreporter/reporter/CMakeLists.txt
epatch "${FILESDIR}/fixes.patch"
sed -i "s|/lib/dff/|/$(get_libdir)/dff/|" CMakeLists.txt
eapply_user
}