]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- up to 0.9.32.1 auto/th/uClibc-0_9_32_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 31 Dec 2011 09:51:26 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-newsoname.patch -> 1.7
    uClibc.spec -> 1.205

uClibc-newsoname.patch
uClibc.spec

index dd6c3738ff2395a9e300c5d82901322168610eb1..707064087c72c6888c7b0118b3b771122e886442 100644 (file)
  librt-so-y += $(librt_OBJS:.o=.oS) $(librt-pt-shared-only-routines-y:.o=.oS)
  
  ifeq ($(UCLIBC_CTOR_DTOR),y)
--START_FILE-libpthread.so := $(top_builddir)/libpthread/nptl/sysdeps/pthread/crti.o
--END_FILE-libpthread.so := $(top_builddir)/libpthread/nptl/sysdeps/pthread/crtn.o
+-START_FILE-libpthread.so := $(top_builddir)libpthread/nptl/sysdeps/pthread/pt-crti.o
+-END_FILE-libpthread.so := $(top_builddir)libpthread/nptl/sysdeps/pthread/pt-crtn.o
 -LDFLAGS-libpthread.so += -nostartfiles
 -$(top_builddir)lib/libpthread.so: | $(START_FILE-libpthread.so) $(END_FILE-libpthread.so)
-+START_FILE-libpthread-uclibc.so := $(top_builddir)/libpthread/nptl/sysdeps/pthread/crti.o
-+END_FILE-libpthread-uclibc.so := $(top_builddir)/libpthread/nptl/sysdeps/pthread/crtn.o
++START_FILE-libpthread-uclibc.so := $(top_builddir)/libpthread/nptl/sysdeps/pthread/pt-crti.o
++END_FILE-libpthread-uclibc.so := $(top_builddir)/libpthread/nptl/sysdeps/pthread/pt-crtn.o
 +LDFLAGS-libpthread-uclibc.so += -nostartfiles
 +$(top_builddir)lib/libpthread-uclibc.so: | $(START_FILE-libpthread-uclibc.so) $(END_FILE-libpthread-uclibc.so)
  endif
index 0643e42fce63f986cc0eb754113b29253f06b933..cbb19f2c147a2465aadebd64b7ed1fbe764f21e5 100644 (file)
 Summary:       C library optimized for size
 Summary(pl.UTF-8):     Biblioteka C zoptymalizowana na rozmiar
 Name:          uClibc
-Version:       0.9.32
-Release:       4
+Version:       0.9.32.1
+Release:       1
 Epoch:         4
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://uclibc.org/downloads/%{name}-%{version}.tar.xz
-# Source0-md5: 51660b93b8f1edb486049981fecfd148
+# Source0-md5: 85fbafaf3e634988e49e2b222e8a2180
 Patch0:                %{name}-newsoname.patch
 Patch1:                %{name}-toolchain-wrapper.patch
 Patch2:                %{name}-targetcpu.patch
This page took 0.156306 seconds and 4 git commands to generate.