lib/src_postinst.cygpart: use DWARF_PARSE optionally instead of objdump -dl
[cygport/rpm-style.git] / testsuite / logic / arch_patch / arch_patch.cygport
blob20207f75c77078f69638ad22b7053a69aa59e123
1 NAME=arch_patch
2 VERSION=1
3 RELEASE=1
5 case ${ARCH} in
6   "i686")
7     PATCH_URI="fix-for-x86.patch"
8     ;;
9   "x86_64")
10     PATCH_URI="fix-for-x86_64.patch"
11     ;;
12 esac