Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
# Process special files
case "${file}" in
- # pkg-config
- *.pc)
- # Query requires of the package
- pkgconfig_requires "${path}"
- ;;
-
# Python
/usr/lib*/python*/*)
# Fall through for all python files
# Is this an ELF file?
if file -L "${path}" 2>/dev/null | grep -q "ELF"; then
- # Find the ELF interpreter
- if ! find_elf_interpreter "${path}" "${filelist}"; then
- return 1
- fi
-
# Find weak symbols
if ! find_weak_symbols "${path}"; then
return 1