fix bug 150339: fix include paths for libbind; add BuildRequires for
libbind-devel
This commit is contained in:
parent
4bc134b85b
commit
e2b6e80c6b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user