]> jfr.im git - irc/quakenet/newserv.git/blobdiff - depmod.pl
BUILD: specify all dependencies and upgrade to bionic
[irc/quakenet/newserv.git] / depmod.pl
index 9c53672b17b0a5e081b4ad8ffdbbf3a45f8024fc..1004001321edb96bfa583c1c9a2c303d93f27234 100755 (executable)
--- a/depmod.pl
+++ b/depmod.pl
@@ -41,6 +41,8 @@ for (@arglist) {
     next if ($sym eq "_init");
     next if ($sym eq "_fini");
     next if ($sym eq "_version");
+    next if ($sym eq "__bss_start");
+    next if ($sym eq "_end");
 
     if ($type eq "U") {
       push @{$reqsyms{$modname}}, $sym;