• unknown's avatar
    Makefile.am: · d408a4aa
    unknown authored
      Moved "../regex/libregex.a" before "../libmysql/libmysqlclient.la"
      when linking. For -all-static linking libtool put -lc after the .la
      file and this put the libc regex functions before our regex functions
      when linking on Linux.
    
    
    client/Makefile.am:
      Moved "../regex/libregex.a" before "../libmysql/libmysqlclient.la"
      when linking, for static linking libtool put -lc after the .la
      and this put the libc regex functions before out regex functions
      in the link on Linux.
    d408a4aa
Makefile.am 2.62 KB