• unknown's avatar
    Bug#19817 error when try to compile PHP5.1 with mysql 5.0.21 static libs · 1ad359ef
    unknown authored
     - Most likely caused by linking with libmysqlclient using gcc and not g++.
     - Removing our "yassl_dummy_link_fix" hacks so some test programs are linked
       with gcc 
     - Remove build of non working test programs in vio
    
    
    client/Makefile.am:
      Remove "yassl_dummy_link_fix"
    tests/Makefile.am:
      Remove "yassl_dummy_link_fix"
    tools/Makefile.am:
      Remove "yassl_dummy_link_fix"
    vio/Makefile.am:
      Remove "yassl_dummy_link_fix"
      Remove non working test programs from being built
    1ad359ef
Makefile.am 1.1 KB