SPECS: klibc.spec - fixed build on x86_64

qboosh qboosh at pld-linux.org
Tue Sep 11 18:21:55 CEST 2007


Author: qboosh                       Date: Tue Sep 11 16:21:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build on x86_64

---- Files affected:
SPECS:
   klibc.spec (1.68 -> 1.69) 

---- Diffs:

================================================================
Index: SPECS/klibc.spec
diff -u SPECS/klibc.spec:1.68 SPECS/klibc.spec:1.69
--- SPECS/klibc.spec:1.68	Tue Sep 11 16:13:35 2007
+++ SPECS/klibc.spec	Tue Sep 11 18:21:50 2007
@@ -93,9 +93,13 @@
 
 %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 .
@@ -173,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.69  2007/09/11 16:21:50  qboosh
+- fixed build on x86_64
+
 Revision 1.68  2007/09/11 14:13:35  tommat
 - make build on sparc64
 - introduce verbose bcond
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/klibc.spec?r1=1.68&r2=1.69&f=u



More information about the pld-cvs-commit mailing list