|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../udev/udev.conf |
|
|
|
# Filename: package/.../udev/udev.conf |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# |
|
|
@ -74,10 +74,11 @@ var_append makeopt ' ' "LD=$CC" |
|
|
|
|
|
|
|
|
|
|
|
var_append makeopt ' ' 'DEBUG=true' |
|
|
|
var_append makeopt ' ' 'DEBUG=true' |
|
|
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_STATIC" == "1" ]; then |
|
|
|
# FIXME: For now we have to build it static by default because of our initrd! |
|
|
|
|
|
|
|
#if [ "$SDECFG_STATIC" == "1" ]; then |
|
|
|
var_append makeopt ' ' "VOLUME_ID_STATIC=true" |
|
|
|
var_append makeopt ' ' "VOLUME_ID_STATIC=true" |
|
|
|
var_append patchfiles ' ' "$confdir/no_libvolume_id_so.diff" |
|
|
|
var_append patchfiles ' ' "$confdir/no_libvolume_id_so.diff" |
|
|
|
fi |
|
|
|
#fi |
|
|
|
|
|
|
|
|
|
|
|
# list of extra helpers to build and install |
|
|
|
# list of extra helpers to build and install |
|
|
|
hook_add postpatch 5 "export extras=\$( ls -1d extras/* | grep -v '\.sh' | tr '\n' ' ' )" |
|
|
|
hook_add postpatch 5 "export extras=\$( ls -1d extras/* | grep -v '\.sh' | tr '\n' ' ' )" |
|
|
|