]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- rel 5; turn verbose on; filterout stack protector options (we didn't use that earli... auto/th/uClibc-0.9.33.2-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Jan 2013 10:09:36 +0000 (11:09 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Jan 2013 10:09:36 +0000 (11:09 +0100)
uClibc.spec

index c7178eff909727d28687aab65195008dbdf8417d..6ff6c5d83ad0fe9f68c86f4f1c3c869a90a48cde 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without shared          # don't build shared lib support
 %bcond_with    nptl            # libpthread: NPTL instead of LinuxThreads (experimental; no i386)
-%bcond_with    verbose         # verbose mode
+%bcond_without verbose         # verbose mode
 #
 %ifarch alpha
 %undefine      with_shared
@@ -12,7 +12,7 @@ Summary:      C library optimized for size
 Summary(pl.UTF-8):     Biblioteka C zoptymalizowana na rozmiar
 Name:          uClibc
 Version:       0.9.33.2
-Release:       4
+Release:       5
 Epoch:         4
 License:       LGPL v2.1
 Group:         Libraries
@@ -49,6 +49,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                specflags       -fgnu89-inline
 %endif
 
+%define                filterout       -fstack-protector --param=ssp-buffer-size=4
+
 %define                uclibc_root     /usr/%{_target_cpu}-linux-uclibc
 
 %description
This page took 0.154875 seconds and 4 git commands to generate.