Explorar o código

Fix link error

isundil %!s(int64=4) %!d(string=hai) anos
pai
achega
7649b9b7e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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