Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
f6e02746d7
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      package/base/workbone/qd-fixes.patch
  2. +1
    -1
      package/base/workbone/workbone.conf

+ 3
- 2
package/base/workbone/qd-fixes.patch

@ -19,11 +19,12 @@
--- ./hardware.c
+++ ./hardware.c Mon Oct 18 16:16:27 1999
@@ -14,6 +14,7 @@
@@ -14,6 +14,8 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
+#include <linux/types.h>
+#include <sys/types.h>
+#include <ustat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <sys/param.h>

+ 1
- 1
package/base/workbone/workbone.conf

@ -20,4 +20,4 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
MAKE="$MAKE bindir=/usr/bin"
MAKE="$MAKE bindir=$bindir"

Loading…
Cancel
Save