]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - glibc/glibc.nm
glibc: Provide ld-linux.so.3(GLIBC_PRIVATE) on armv7hl.
[people/ms/ipfire-3.x.git] / glibc / glibc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = glibc
7 version = 2.16.0
8 release = 3
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Base
12 url = http://sources.redhat.com/glibc/
13 license = GPLv2+ LGPLv2+
14 summary = The GNU libc libraries.
15
16 description
17 The glibc package contains standard libraries which are used by
18 multiple programs on the system. In order to save disk space and
19 memory, as well as to make upgrading easier, common system code is
20 kept in one place and shared between programs. This particular package
21 contains the most important sets of shared libraries: the standard C
22 library and the standard math library. Without these two libraries, a
23 Linux system will not function.
24 end
25
26 # The version of the ports addon.
27 ports_version = 2.16.0
28
29 source_dl = http://ftp.gnu.org/gnu/glibc/
30 sources = %{thisapp}.tar.xz glibc-ports-%{ports_version}.tar.xz
31
32 build
33 # Optimize glibc for kernel
34 OPTIMIZED_KERNEL = 2.6.32
35
36 requires
37 audit-devel
38 autoconf
39 automake
40 gettext
41 kernel-headers>=%{OPTIMIZED_KERNEL}
42 libcap-devel
43 libselinux-devel
44 nss-devel
45 texinfo
46 end
47
48 # Build glibc with custom cflags
49 GLIBC_FLAGS = -O3 -g -fasynchronous-unwind-tables -DNDEBUG -fPIC -DPIC
50
51 if "%{DISTRO_ARCH}" == "i686"
52 GLIBC_FLAGS += -march=i686 -mtune=generic
53 end
54
55 if "%{DISTRO_ARCH}" == "x86_64"
56 GLIBC_FLAGS += -mtune=generic
57 end
58
59 export CFLAGS = %{GLIBC_FLAGS}
60 export CXXFLAGS = %{GLIBC_FLAGS}
61
62 export QUALITY_AGENT_RPATH_ALLOW_ORIGIN=yes
63
64 prepare
65 # Extract source tarballs.
66 %{MACRO_EXTRACT_TARBALL}
67
68 # Create link for ports addon.
69 ln -svf ../glibc-ports-%{ports_version} ports
70
71 # Apply the patches.
72 %{MACRO_PATCHES}
73
74 # In the vi_VN.TCVN locale, bash enters an infinite loop at startup. It is
75 # unknown whether this is a bash bug or a Glibc problem. Disable
76 # installation of this locale in order to avoid the problem.
77 sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED
78
79 # The ldd shell script contains Bash-specific syntax. Change its default
80 # program interpreter to /bin/bash in case another /bin/sh is installed.
81 sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in
82
83 # We don't install pt_chown(1) on the final system, so why install it to
84 # $(TOOLS_DIR):
85 sed -e "/^install.*pt_chown/d" -i login/Makefile
86
87 # Build nscd with -fstack-protector-all, instead of -fstack-protector:
88 sed -e "s/fstack-protector/&-all/" -i nscd/Makefile
89
90 cat %{DIR_SOURCE}/glibc-stack_chk_fail.c > debug/stack_chk_fail.c
91
92 # Use gnu hash style
93 sed -i Makeconfig \
94 -e "s/-Wl,--hash-style=both/-Wl,--hash-style=gnu -Wl,-O1/"
95
96 # stdlib/tst-putenvmod is not linked against libc.
97 sed -i stdlib/Makefile \
98 -e "s/^CFLAGS-tst-putenvmod.c.*/& -fno-stack-protector/g"
99
100 # stdio-common/bug22 hits timeout.
101 sed -i stdio-common/bug22.c \
102 -e "s/#define TIMEOUT.*/#define TIMEOUT 300/"
103
104 # These tests don't work or need more investigation:
105 sed -i dlfcn/Makefile -e "s/default //g"
106
107 sed -i nptl/Makefile \
108 -e "s/tst-mutex5 //g" \
109 -e "s/tst-mutex5a //g" \
110 -e "s/tst-cond11 //g" \
111 -e "s/tst-rwlock6 //g" \
112 -e "s/tst-rwlock7 //g" \
113 -e "s/tst-sem5 //g" \
114 -e "s/tst-cancelx4 //g" \
115 -e "s/tst-cancelx5 //g" \
116 -e "s/tst-cancelx10 //g" \
117 -e "s/tst-cancelx18 //g" \
118 -e "s/tst-signal1 //g"
119
120 # These are known to fail on x86:
121 sed -i rt/Makefile \
122 -e "s/tst-cpuclock1 //g" \
123 -e "s/tst-cpuclock2 //g"
124
125 sed -i elf/Makefile \
126 -e "s/tst-tls1 //g" \
127 -e "s/tst-tls1-static //g" \
128 -e "s/tst-tls2 //g" \
129 -e "s/tst-tls2-static //g" \
130 -e "s/tst-tls3 //g" \
131 -e "s/resolvfail //g" \
132 -e "s/constload1 //g" \
133 -e "s/order //g" \
134 -e "s/lateglobal //g" \
135 -e "s/dblload //g" \
136 -e "s/dblunload //g" \
137 -e "s/reldep6 //g" \
138 -e "s/circleload1 //g" \
139 -e "s/tst-global1 //g" \
140 -e "s/tst-audit2 //g" \
141 -e "s/check-localplt //g" \
142 -e "s/check-localplt.out$$//g"
143
144 sed -i signal/Makefile \
145 -e "s/tst-sigset2//g"
146 end
147
148 configure_options = \
149 --build=%{DISTRO_BUILDTARGET} \
150 --prefix=/usr \
151 --libexecdir=%{libdir}/glibc \
152 --disable-profile \
153 --enable-add-ons \
154 --enable-kernel=%{OPTIMIZED_KERNEL} \
155 --with-selinux \
156 --disable-werror \
157 --enable-bind-now \
158 --enable-nss-crypt
159
160 if "%{DISTRO_ARCH}" == "armv5tel"
161 # Disable hardware FP for ARM.
162 configure_options += \
163 --without-fp
164 end
165
166 build
167 mkdir -p %{DIR_SRC}/glibc-build
168 cd %{DIR_SRC}/glibc-build
169
170 CFLAGS="${CFLAGS} -fno-asynchronous-unwind-tables" \
171 ../%{thisapp}/configure \
172 %{configure_options}
173
174 sed -i config.make \
175 -e "s/^build-pic-default=.*/build-pic-default=yes/"
176
177 # Our GCC is already passing -fPIC, and that's all we want for the libraries.
178 # LDFLAGS.so is appended to so we don't build shared libraries with
179 # DT_TEXTREL (and to tell us if something goes wrong). For now we only build
180 # the libraries, not the programs:
181 echo "build-programs=no" >> configparms
182
183 make PARALLELMFLAGS=%{PARALLELISMFLAGS} \
184 CFLAGS="%{CFLAGS} -fno-stack-protector -U_FORTIFY_SOURCE" \
185 CXXFLAGS="%{CXXFLAGS} -fno-stack-protector -U_FORTIFY_SOURCE"
186
187 # Then build the programs with hardening, so everything possible in
188 # is hardened:
189 echo "# Nothing in here :D" > configparms
190 make PARALLELMFLAGS=%{PARALLELISMFLAGS} \
191 CFLAGS="%{CFLAGS}" CXXFLAGS="%{CXXFLAGS}"
192 end
193
194 #test
195 # cd $(DIR_SRC)/glibc-build
196 # make check TIMEOUTFACTOR=16 \
197 # CFLAGS="%{CFLAGS} -fno-stack-protector -U_FORTIFY_SOURCE" \
198 # CXXFLAGS="%{CXXFLAGS} -fno-stack-protector -U_FORTIFY_SOURCE"
199 #end
200
201 install
202 cd %{DIR_SRC}/glibc-build
203 make install install_root=%{BUILDROOT}
204
205 # Locales
206 mkdir -pv %{BUILDROOT}/usr/lib/locale
207 # This would install all locales that are supported
208 make localedata/install-locales install_root=%{BUILDROOT}
209
210 # Configuration
211 cp -vf %{DIR_SOURCE}/{ld.so.conf,nsswitch.conf} %{BUILDROOT}/etc
212 mkdir -pv %{BUILDROOT}/etc/{default,ld.so.conf.d}
213 install -p -m644 %{DIR_APP}/nis/nss %{BUILDROOT}/etc/default/nss
214
215 if [ "%{DISTRO_ARCH}" = "armv7hl" ]; then
216 ln -svf ld-linux-armhf.so.3 %{BUILDROOT}/lib/ld-linux.so.3
217 fi
218
219 # Remove unused binaries
220 rm -vf %{BUILDROOT}/sbin/sln \
221 %{BUILDROOT}/usr/bin/rpcinfo
222
223 # Don't distribute linker cache
224 rm -vf %{BUILDROOT}/etc/ld.so.cache
225
226 # Include /usr/lib/gconv/gconv-modules.cache
227 > %{BUILDROOT}%{libdir}/gconv/gconv-modules.cache
228 chmod 644 %{BUILDROOT}%{libdir}/gconv/gconv-modules.cache
229
230 strip -g %{BUILDROOT}%{libdir}/*.o
231
232 # Move some libs to correct place
233 mv -v %{BUILDROOT}/%{lib}/lib{memusage,pcprofile}.so %{BUILDROOT}%{libdir}
234
235 # Fix library permissions.
236 chmod 755 %{BUILDROOT}%{libdir}/lib*.so*
237 end
238
239 keep_libraries
240 %{libdir}/libc_nonshared.a
241 %{libdir}/libpthread_nonshared.a
242 end
243 end
244
245 packages
246 package glibc
247 requires = glibc-common = %{thisver}
248
249 if "%{DISTRO_ARCH}" == "armv7hl"
250 provides += ld-linux.so.3
251 provides += ld-linux.so.3(GLIBC_2.4)
252 provides += ld-linux.so.3(GLIBC_PRIVATE)
253 end
254 end
255
256 package glibc-common
257 # XXX description and summary are missing
258
259 requires
260 glibc = %{thisver}
261 tzdata
262 end
263
264 files
265 /usr/bin
266 /usr/sbin
267 /usr/share
268 /usr/lib/locale
269 !/usr/share/zoneinfo
270 end
271 end
272
273 package glibc-devel
274 summary = Object files for development using standard C libraries.
275 description
276 The glibc-devel package contains the object files necessary
277 for developing programs which use the standard C libraries (which are
278 used by nearly all programs). If you are developing programs which
279 will use the standard C libraries, your system needs to have these
280 standard object files available in order to create the
281 executables.
282
283 Install glibc-devel if you are going to develop programs which will
284 use the standard C libraries.
285 end
286 group = Development/Libraries
287
288 requires
289 glibc = %{thisver}
290 glibc-headers = %{thisver}
291 end
292
293 files
294 %{includedir}
295 %{libdir}/*.a
296 %{libdir}/*.o
297 end
298 end
299
300 package glibc-headers
301 description
302 The glibc-headers package contains the header files necessary
303 for developing programs which use the standard C libraries (which are
304 used by nearly all programs). If you are developing programs which
305 will use the standard C libraries, your system needs to have these
306 standard header files available in order to create the
307 executables.
308
309 Install glibc-headers if you are going to develop programs which will
310 use the standard C libraries.
311 end
312
313 requires
314 glibc = %{thisver}
315 kernel-headers >= %{OPTIMIZED_KERNEL}
316 end
317
318 files
319 /usr/include
320 !/usr/include/linuxthreads
321 !/usr/include/gnu/stubs-[32164]*.h
322 end
323 end
324
325 package nscd
326 summary = A Name Service Caching Daemon (nscd).
327 description
328 Nscd caches name service lookups and can dramatically improve
329 performance with NIS+, and may help with DNS as well.
330 end
331 group = System/Daemons
332
333 files
334 /usr/sbin/nscd
335 end
336 end
337
338 package %{name}-utils
339 summary = Development utilities from GNU C library.
340 description
341 The glibc-utils package contains memusage, a memory usage profiler,
342 mtrace, a memory leak tracer and xtrace, a function call tracer
343 which can be helpful during program debugging.
344 end
345 group = Development/Tools
346
347 files
348 /usr/bin/memusage
349 /usr/bin/memusagestat
350 /usr/bin/mtrace
351 /usr/bin/pcprofiledump
352 /usr/bin/xtrace
353 %{libdir}/libmemusage.so
354 %{libdir}/libpcprofile.so
355 end
356 end
357
358 package %{name}-debuginfo
359 template DEBUGINFO
360 end
361 end