Skip to content

Commit

Permalink
Debian: Link with --as-needed
Browse files Browse the repository at this point in the history
Reduces dependencies and fixes dpkg-shlibdeps warnings about the same.
  • Loading branch information
mvf committed Nov 15, 2018
1 parent 1a9ead3 commit 82671c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
dh $@ --without autoreconf --parallel

Expand Down

0 comments on commit 82671c1

Please sign in to comment.