From 5fca471ab26fa07201286dee6295b9d5220bfc44 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 21 Feb 2013 15:23:02 +0000 Subject: abuild: treat syslinux's .c32 files as shared objects syslinux switched to elf format from 5.0 --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index 185a9a3..284ee6f 100755 --- a/abuild.in +++ b/abuild.in @@ -1025,7 +1025,7 @@ scan_shared_objects() { # we only want shared libs case $soname in - *.so|*.so.[0-9]*);; + *.so|*.so.[0-9]*|*.c32);; *) continue;; esac -- cgit v1.2.3-60-g2f50