Browse Source

fix basic build on FreeBSD host.

Waldemar Brodkorb 14 years ago
parent
commit
6e3adfcee8
2 changed files with 1763 additions and 3 deletions
  1. 1762 2
      package/busybox/patches/005-bsd-compat.patch
  2. 1 1
      scripts/cpio

File diff suppressed because it is too large
+ 1762 - 2
package/busybox/patches/005-bsd-compat.patch


+ 1 - 1
scripts/cpio

@@ -9,7 +9,7 @@ case $os in
 	NetBSD|MirBSD|OpenBSD)
 		cmd="$@ -Mdist"
 		;;
-	Darwin)
+	FreeBSD|Darwin)
 		user="-R root:"
 		cmd=$(echo "$@"|sed -e "s#-Hnewc#--format newc#")
 		cmd="$cmd --quiet"

Some files were not shown because too many files changed in this diff