Nicholas Bamber <nicho...@periapt.co.uk> writes:

> The attached debdiff seems to help gmysqlcc, mediatomb, mydumper,
> mysql-connector-++ to build.

>From what I can tell, "mysql_config --libs" and "mysql_config --libs_r"
still pull in other libraries?  I really think they should be restricted
to "-lmysqlclient" and "-lmysqlclient_r" respectively.  Every additional
dependency can complicate transitions and upgrades down the line, and
doesn't bring any upside.  What we should be aiming for is the behavior
from wheezy:

$ mysql_config | grep -- --libs
        --libs           [-rdynamic -L/usr/lib/mysql -lmysqlclient]
        --libs_r         [-rdynamic -L/usr/lib/mysql -lmysqlclient_r]

> It still fails for myodbc with the following error:
[...]
> stringutil.c:125:5: error: too many arguments to function 'my_free'

As Steve mentioned in #673264, you should test with the version from
experimental (it was building fine without "-lssl -lcrypto" when I
checked on Friday).

Cheers,

Matej



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to