From: Jakub Bogusz Date: Sun, 29 Aug 2004 20:14:53 +0000 (+0000) Subject: - fixed linking X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache-mod_auth_any.git;a=commitdiff_plain;h=776bcca73b4303fd93eb779dbc0af02440d6281e - fixed linking Changed files: apache-mod_auth_any.spec -> 1.27 --- diff --git a/apache-mod_auth_any.spec b/apache-mod_auth_any.spec index 323211c..b52b0eb 100644 --- a/apache-mod_auth_any.spec +++ b/apache-mod_auth_any.spec @@ -75,13 +75,13 @@ godtyckligt angivet kommando. %setup -q -n mod_%{mod_name}-%{version}-apache2 %build -%{apxs} -c src/mod_%{mod_name}.c -o mod_%{mod_name}.so -Wl,-shared +%{apxs} -c src/mod_%{mod_name}.c -o mod_%{mod_name}.la %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_pkglibdir} -install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} +install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} %clean rm -rf $RPM_BUILD_ROOT