]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- disable profile subpackage if built with nptl
authordjurban <djurban@pld-linux.org>
Sat, 3 Jan 2004 20:14:38 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.415

glibc.spec

index 23f75f0d19a27dad3d397fa86b68826aa6691cd4..5612bfda70943ac2f931aa16b16204d412ec861d 100644 (file)
@@ -1253,9 +1253,11 @@ fi
 %{_libdir}/librt.a
 %{_libdir}/libutil.a
 
+%if %{without nptl}
 %files profile
 %defattr(644,root,root,755)
 %{_libdir}/lib*_p.a
+%endif
 
 %files pic
 %defattr(644,root,root,755)
This page took 0.835884 seconds and 4 git commands to generate.