Ver código fonte

Fix link error

isundil 4 anos atrás
pai
commit
7649b9b7e0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      mysql_plugin/Makefile

+ 1 - 1
mysql_plugin/Makefile

@@ -8,7 +8,7 @@ NAME=	auth_ldap.so
 
 CXXFLAGS+=-O2 -I/usr/include/mysql/server -fPIC -DMYSQL_DYNAMIC_PLUGIN -std=c++11
 
-LDFLAGS=	-lldap
+LDFLAGS=	-lldap -lstdc++
 
 $(NAME): all