I reported this one before, but the problem is still in openpkg 2.1.

If openldap is built using "with_sasl=yes", then libsasl2 and libdl need to
be added to other packages that link using openldap.

I have uploaded a pine.spec with the following change:
%if "%{with_ldap}" == "yes"
    ldflags="$ldflags -lsasl2 -ldl"
    case "%{l_platform -t}" in
        *-sunos5.* ) ldflags="$ldflags -lresolv" ;;
    esac
%endif

Dennis

Dennis McRitchie
Research & Academic Applications Support (RAAS)
Academic Services Department
Office of Information Technology
Princeton University

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to