]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- add UCLIBC_HAS_PRINTF_M_SPEC to config (needed by busybox, will auto/th/uClibc-0_9_28-1_2
authorjpc <jpc@pld-linux.org>
Tue, 18 Oct 2005 14:37:41 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  print 'm' in place of error messages if not set)

Changed files:
    uClibc.spec -> 1.121

uClibc.spec

index 170a2d0da740f7914fdb932d3b0fae23d5822935..46c8a7c80b03586ec63ee25d7cc67188d3673548 100644 (file)
@@ -2,7 +2,7 @@ Summary:        C library optimized for size
 Summary(pl):   Biblioteka C zoptymalizowana na rozmiar
 Name:          uClibc
 Version:       0.9.28
-Release:       1.1
+Release:       1.2
 Epoch:         2
 License:       LGPL
 Group:         Libraries
@@ -119,6 +119,7 @@ sed -e 's/^.*UCLIBC_HAS_IPV6.*$/UCLIBC_HAS_IPV6=y/;
        s/^.*UCLIBC_HAS_RPC.*/UCLIBC_HAS_RPC=y\n# UCLIBC_HAS_FULL_RPC is not set/;
        s/^.*UCLIBC_HAS_SYS_SIGLIST.*$/UCLIBC_HAS_SYS_SIGLIST=y/;
        s,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX="$(RUNTIME_PREFIX)/lib",
+       s/^.*UCLIBC_HAS_PRINTF_M_SPEC.*$/UCLIBC_HAS_PRINTF_M_SPEC=y/;
        ' .config.tmp > .config
 %{?debug:echo 'DODEBUG=y' >> .config}
 %{?debug:echo 'SUPPORT_LD_DEBUG=y' >> .config}
This page took 0.060729 seconds and 4 git commands to generate.