]> git.pld-linux.org Git - packages/elilo.git/commitdiff
- fixed build on x86_64 auto/th/elilo-3_7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 Nov 2007 22:27:36 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elilo.spec -> 1.7

elilo.spec

index ce019cee318c1d63b9e6cfd7f57cd55a626f8948..53d963c5c71a981fc96294c526e6fb04a9f645c8 100644 (file)
@@ -24,9 +24,13 @@ oraz x86_64 opartych na EFI.
 %setup -q
 
 %build
-%{__make} \
+%{__make} -j1 \
+       ARCH=$(echo %{_target_base_arch} | sed -e 's/i386/ia32/') \
        CC="%{__cc}" \
-       OPTIMFLAGS="%{rpmcflags}"
+       OPTIMFLAGS="%{rpmcflags}" \
+       EFICRT0=%{_libdir} \
+       EFILIB=%{_libdir} \
+       GNUEFILIB=%{_libdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.086483 seconds and 4 git commands to generate.