• unknown's avatar
    Makefile.am: · c2b85ea0
    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.
    c2b85ea0
Makefile.am 2.62 KB