From: rsiddall Date: Mon, 9 Jul 2007 03:07:05 +0000 (+0000) Subject: Fixes problem with packaging the self-service clientd X-Git-Tag: freeside_1_7_3rc1~383 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=96961f234d07157194510afa508e7b744c85ae3c;p=freeside.git Fixes problem with packaging the self-service clientd --- diff --git a/install/rpm/freeside.spec b/install/rpm/freeside.spec index abaf7a640..a7b430ad0 100644 --- a/install/rpm/freeside.spec +++ b/install/rpm/freeside.spec @@ -109,7 +109,7 @@ cd .. touch perl-modules cd fs_selfservice/FS-SelfService -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} SITELIBEXP=$RPM_BUILD_ROOT%{perl_sitelib} SITEARCHEXP=$RPM_BUILD_ROOT%{perl_sitearch} +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix} SITELIBEXP=$RPM_BUILD_ROOT%{perl_sitelib} SITEARCHEXP=$RPM_BUILD_ROOT%{perl_sitearch} INSTALLSCRIPT=$RPM_BUILD_ROOT%{_sbindir} %{__make} OPTIMIZE="$RPM_OPT_FLAGS" cd ../..