]> git.ipfire.org Git - pakfire.git/commitdiff
Temporarily ignore libiberty.a.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2011 21:21:21 +0000 (23:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2011 21:23:43 +0000 (23:23 +0200)
This feature has to be moved some place else.

References #263.

scripts/quality-agent.d/001-remove-static-libs

index e5c6e541f522769237e0f86465d82a1f6ae50819..0356f638d994e08a0f3e7c4ff4c4f9028f8fa518 100755 (executable)
@@ -14,6 +14,7 @@ function check() {
                [ "${file##*/}" = "libgcc_eh.a" ] && continue
                [ "${file##*/}" = "libfl_pic.a" ] && continue
                [ "${file##*/}" = "libpython2.6.a" ] && continue
+               [ "${file##*/}" = "libiberty.a" ] && continue
        
                log DEBUG "  Removing: ${file}"
                rm -f ${file} || exit $?