From d68f759cc78e1a2d2d12233b25a1cfcb2d3932b0 Mon Sep 17 00:00:00 2001
From: Romain Lebbadi-Breteau <romain@lebbadi.fr>
Date: Sun, 9 Jan 2022 10:33:37 -0400
Subject: [PATCH] change path to mysqlclient library

---
 sopti/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sopti/Makefile.am b/sopti/Makefile.am
index 665cb4d..71674b9 100644
--- a/sopti/Makefile.am
+++ b/sopti/Makefile.am
@@ -1,7 +1,7 @@
 if NEED_GETOPT_LONG
 sopti_compat = getopt.c getopt1.c
 else
-sopti_compat = 
+sopti_compat =
 endif
 
 bin_PROGRAMS = sopti
@@ -9,7 +9,7 @@ sopti_SOURCES = error.cpp group.cpp main.cpp make_message.c schoolcourse.cpp sch
 EXTRA_sopti_SOURCES = getopt.c getopt1.c
 EXTRA_DIST = legende_cours_poly.txt data/update data/update_smb web/*.php web/config.php.example web/*.css web/*.gif web/*.jpg web/*.png db/updatedb.pl doc/*.pdf update_courses_xml.sh make_teachers_csv.sh sopti.conf.example emailer/configuration.py  emailer/emailer.conf.example  emailer/emailer.py  emailer/logging_emailer.py  emailer/md5crypt.py  emailer/singletonmixin.py parser_prof.cpp
 # noinst_SCRIPTS = data/update
-LDADD = /usr/lib/i386-linux-gnu/libmysqlclient.so
+LDADD = /usr/lib/x86_64-linux-gnu/libmysqlclient.so
 
 noinst_HEADERS = constraint.hpp group_constraint.hpp globals.hpp group.hpp objective.hpp period.hpp schoolcourse.hpp schoolschedule.hpp studentschedule.hpp getopt.h make_message.h read_csv.hpp main.hpp error.hpp dbloader.hpp configfile.hpp uepoch.h
 
-- 
GitLab