]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- Simplified fp bcond (known as omitfp now)
authoradgor <adgor@pld-linux.org>
Thu, 22 Apr 2004 23:04:11 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.467

glibc.spec

index 96bb12394f1464251e54cd5269a1ad6ff9682104..45b819ac99b629189f3efd7ecb453415faca9d0f 100644 (file)
@@ -3,7 +3,7 @@
 # default is 2.4.6
 #
 # Conditional build:
-%bcond_without fp              # build without frame pointer (pass \--enable-omitfp)
+%bcond_with    omitfp          # build without frame pointer (pass \--enable-omitfp)
 %bcond_without memusage        # don't build memusage utility
 %bcond_with    kernelheaders   # use headers from kernel-headers instead of
                                # linux-libc-headers (evil, breakage etc., don't use)
@@ -801,7 +801,7 @@ cd builddir
 LDFLAGS=" " ; export LDFLAGS
 ../%configure \
        --enable-kernel="%{min_kernel}" \
-       --%{!?with_fp:en}%{?with_fp:dis}able-omitfp \
+       --%{?with_omitfp:en}%{!?with_omitfp:dis}able-omitfp \
        %{?with_tls:--with-tls} \
 %if %{with nptl}
         --enable-add-ons=nptl \
This page took 0.127416 seconds and 4 git commands to generate.