summaryrefslogtreecommitdiffstats
path: root/disk/cdrdao/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'disk/cdrdao/BUILD')
-rwxr-xr-xdisk/cdrdao/BUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/disk/cdrdao/BUILD b/disk/cdrdao/BUILD
deleted file mode 100755
index be57128fca..0000000000
--- a/disk/cdrdao/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-if [[ "$CDRDAO_BRANCH" != "scm" ]]; then
- ##### Patch needed for building on x86_64 ######
- ARCH=$(uname -m) &&
- if [ "${ARCH:0:6}" = "x86_64" ]; then
- cd scsilib/RULES &&
- cp i686-linux-cc.rul x86_64-linux-cc.rul &&
- cd $SOURCE_DIRECTORY
- fi
- ################################################
-else
- sedit "/^AM_GCONF_SOURCE_2$/d" configure.ac &&
- touch xdao/gcdmaster.schemas.in &&
- ./autogen.sh
-fi &&
-
-sed -i 's:/usr/src/linux/include::' scsilib/DEFAULTS/Defaults.linux &&
-sed -i 's/xdao=xdao/xdao=no/' configure &&
-sed -i 's:#include <linux/sysctl.h>::' dao/dao.cc &&
-
-default_build