diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-27 12:01:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-27 12:01:27 +0000 |
commit | 74d518dc2a18569c7e3f5766b6d9dda8e941ea7e (patch) | |
tree | f2e9a088b688392afb9d77eaeb93b1bf1585a575 /package/sudo/sudo.mk | |
parent | de18b661cf7849f0d16f11205fc15c5f2e03b2f8 (diff) | |
download | buildroot-novena-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.tar.gz buildroot-novena-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.zip |
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
Diffstat (limited to 'package/sudo/sudo.mk')
-rw-r--r-- | package/sudo/sudo.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index 3f0df7af0..a14b6d4bf 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -23,6 +23,7 @@ $(SUDO_DIR)/.unpacked: $(DL_DIR)/$(SUDO_SOURCE) $(SUDO_DIR)/.configured: $(SUDO_DIR)/.unpacked $(SUDO_CONFIG_FILE) (cd $(SUDO_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ + $(TARGET_CONFIGURE_ARGS) \ ./configure \ CFLAGS="$(TARGET_CFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ |