]> git.pld-linux.org Git - packages/gnu-efi.git/commitdiff
- i386 needs ARCH=ia32 auto/th/gnu-efi-3_0d-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 Nov 2007 17:26:41 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    gnu-efi.spec -> 1.11

gnu-efi.spec

index 2d1de84a01ca9f432700cec91effa0cd8d75b52d..4d978fac60aab94eab353a0bceb80501ed05fc8c 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      GNU-EFI - tworzenie aplikacji EFI przy użyciu narzędzi GNU
 Name:          gnu-efi
 # NOTE: don't use 3.1, it doesn't support EFI x86_64
 Version:       3.0d
-Release:       1
+Release:       2
 # efilib is on Intel's BSD-like license, HP's glue code is GPL'd
 License:       GPL v2+, portions on Intel's BSD-like license (see README.*)
 Group:         Development/Libraries
@@ -37,7 +37,7 @@ WRAP="-DEFI_FUNCTION_WRAPPER"
 WRAP=
 %endif
 %{__make} -j1 \
-       ARCH="%{_target_base_arch}" \
+       ARCH=$(echo %{_target_base_arch} | sed -e 's/i386/ia32/') \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar $WRAP" \
        OBJCOPY=objcopy
This page took 0.136161 seconds and 4 git commands to generate.