We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4664d commit 17a1700Copy full SHA for 17a1700
1 file changed
.pkg/deb/rules.in
@@ -10,12 +10,13 @@ override_dh_dwz:
10
:
11
12
override_dh_shlibdeps:
13
+ find debian/tmp -name "*.so*" -type f | xargs -I {} ldd {} 2>/dev/null | grep -i gcc | head -5
14
dh_shlibdeps \
15
--dpkg-shlibdeps-params="--ignore-missing-info" \
16
-- \
17
--ignore-missing-info \
18
-l@QT_LIB_PATH@ \
- --exclude=libgcc-s1
19
+ -xlibgcc_s.so.1
20
21
override_dh_strip:
22
dh_strip --no-automatic-dbgsym
0 commit comments