summaryrefslogtreecommitdiffstats
path: root/package/smartmontools
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-06-27 14:01:27 +0200
committerBernhard Reutner-Fischer2007-06-27 14:01:27 +0200
commit74d518dc2a18569c7e3f5766b6d9dda8e941ea7e (patch)
treef2e9a088b688392afb9d77eaeb93b1bf1585a575 /package/smartmontools
parent- introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target pa... (diff)
downloadbuildroot-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.tar.gz
buildroot-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.tar.xz
buildroot-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.zip
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
Diffstat (limited to 'package/smartmontools')
-rw-r--r--package/smartmontools/smartmontools.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
index 70a39f65e..b666ba3b3 100644
--- a/package/smartmontools/smartmontools.mk
+++ b/package/smartmontools/smartmontools.mk
@@ -26,8 +26,7 @@ $(SMARTMONTOOLS_DIR)/.unpacked: $(DL_DIR)/$(SMARTMONTOOLS_SOURCE)
$(SMARTMONTOOLS_DIR)/.configured: $(SMARTMONTOOLS_DIR)/.unpacked
(cd $(SMARTMONTOOLS_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)" \
+ $(TARGET_CONFIGURE_ARGS) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \