[Evolution] Bug in the wombat Makefile (current anoncvs) -- "-lresolv," is used instead of "-resolv"



Hi,

My build of evolution/wombat is failing due to the following:

evolution/wombat/Makefile:LDAP_LIBS = -Wl,-Bstatic  /usr/lib/libldap.a
-L/usr/src/openldap-2.0.11/libraries -lsasl -lssl -lcrypto
/usr/lib/liblber.a -lresolv, -Wl,-Bdynamic

This should be:

evolution/wombat/Makefile:LDAP_LIBS = -Wl,-Bstatic  /usr/lib/libldap.a
-L/usr/src/openldap-2.0.11/libraries -lsasl -lssl -lcrypto
/usr/lib/liblber.a -lresolv -Wl,-Bdynamic







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]