fix bug 150339: fix include paths for libbind; add BuildRequires for

libbind-devel
This commit is contained in:
jvdias 2005-03-11 01:26:18 +00:00
parent 4bc134b85b
commit e2b6e80c6b

View File

@ -219,8 +219,8 @@ APPENDDEF(\`confLIBS',\`%{l_ldflags mysql .} -lmysqlclient -lz -lm')dnl
EOF EOF
%endif %endif
# on s390x and ppc64, we end up getting NAMED_BIND=1 but no -lbind ?!?! # on s390x and ppc64 and x86_64, (but not on ia64) we end up getting NAMED_BIND=1 but no -lbind ?!?!
%ifarch s390x ppc64 %ifarch s390x ppc64 x86_64
cat >> redhat.config.m4 << EOF cat >> redhat.config.m4 << EOF
APPENDDEF(\`confLIBS',\` -lbind')dnl APPENDDEF(\`confLIBS',\` -lbind')dnl
EOF EOF