From: Jan Rękorajski Date: Sat, 9 Jun 2001 00:47:10 +0000 (+0000) Subject: - add -lmysqlclient to build command X-Git-Tag: apache-mod_auth_mysql-0_3-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_auth_mysql.git;a=commitdiff_plain;h=ddefba2005163435b481d4ec058564effaaf0c12 - add -lmysqlclient to build command Changed files: apache1-mod_auth_mysql.spec -> 1.2 --- diff --git a/apache1-mod_auth_mysql.spec b/apache1-mod_auth_mysql.spec index 514028d..4733f52 100644 --- a/apache1-mod_auth_mysql.spec +++ b/apache1-mod_auth_mysql.spec @@ -28,7 +28,7 @@ cp %{SOURCE0} . gzip -d mod_%{mod_name}.c.gz %build -/usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so +/usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lmysqlclient %install rm -rf $RPM_BUILD_ROOT