diff options
| -rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe index c4fbdb5391..5cb21eb02e 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.7.oe @@ -9,6 +9,8 @@ S = "${WORKDIR}/pcmcia-cs-${PV}" export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')} +sbindir = "/sbin" + do_configure() { ./Configure --noprompt --sysv --nopnp --rcdir=${sysconfdir} --arch="${ARCH}" --kernel="${KERNEL_SOURCE}" \ --srctree --nocardbus --ucc="${CC}" --ld="${LD}" --uflags="${CFLAGS}" --target=. |
