- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS

- use TARGET_CONFIGURE_ARGS where appropriate.
This commit is contained in:
Bernhard Reutner-Fischer
2007-06-27 12:01:27 +00:00
parent de18b661cf
commit 74d518dc2a
137 changed files with 174 additions and 318 deletions

View File

@@ -25,8 +25,7 @@ $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.unpacked
(cd $(SAMBA_DIR); rm -rf config.cache; \
./autogen.sh; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
$(TARGET_CONFIGURE_ARGS) \
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
samba_cv_USE_SETREUID=yes \
./configure \