From 96961f234d07157194510afa508e7b744c85ae3c Mon Sep 17 00:00:00 2001 From: rsiddall Date: Mon, 9 Jul 2007 03:07:05 +0000 Subject: Fixes problem with packaging the self-service clientd --- install/rpm/freeside.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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 ../.. -- cgit v1.2.1