Add freeradius to rpath; disable ui integration from spec for now
authorSam hartman <hartmans@painless-security.com>
Mon, 10 Oct 2011 13:46:46 +0000 (14:46 +0100)
committerSam Hartman <hartmans@painless-security.com>
Mon, 10 Oct 2011 15:16:36 +0000 (11:16 -0400)
mech_eap.spec.in

index a77dd33..90ac6cf 100644 (file)
@@ -29,7 +29,7 @@ Project Moonshot provides federated access management.
 
 
 %build
-       export LDFLAGS='-L/usr/%{_lib}/freeradius -L%{_libdir}'
+       export LDFLAGS='-L/usr/%{_lib}/freeradius -Wl,--rpath=/usr/%{_lib}/freeradius'
 %configure  --with-libmoonshot=%{_prefix} --with-krb5=%{_prefix} --disable-reauth
 make %{?_smp_mflags}