Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
faefdf73d8
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/base/dietlibc/dietlibc.conf

+ 4
- 0
package/base/dietlibc/dietlibc.conf

@ -43,6 +43,10 @@ EOT
sed -i "s,^#define WANT_SYSENTER$,/*\0*/," dietfeatures.h
fi
if [ $arch = "powerpc" ] ; then
ln -s bin-ppc bin-powerpc
fi
# build package
if [ "$crossnative" = native ] ; then
# dietlibc uses uname - so we always need to set MYARCH

Loading…
Cancel
Save