]> git.pld-linux.org Git - packages/klibc.git/commitdiff
- fixed build on x86_64 auto/th/klibc-1_5-1 auto/ti/klibc-1_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Sep 2007 16:21:50 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    klibc.spec -> 1.69

klibc.spec

index 5e6992fcad1de2b3408a141027e38849d07a62aa..af275d20a7ed3beae815137cf42cb26313db5a7b 100644 (file)
@@ -92,9 +92,13 @@ NarzÄ™dzia statycznie zlinkowane z klibc.
 
 %build
 cd usr/include
-ln -sf /usr/include/asm-generic .
-ln -sf /usr/include/asm .
 ln -sf /usr/include/linux .
+ln -sf /usr/include/asm .
+ln -sf /usr/include/asm-generic .
+%ifarch %{x8664}
+ln -sf /usr/include/asm-i386 .
+ln -sf /usr/include/asm-x86_64 .
+%endif
 %ifarch sparc64
 ln -sf /usr/include/asm-sparc .
 ln -sf /usr/include/asm-sparc64 .
This page took 0.175358 seconds and 4 git commands to generate.