diff options
author | Dan McGee <dan@archlinux.org> | 2009-09-30 04:08:06 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-30 04:08:06 +0200 |
commit | 8e7652f1afd7ba5198f3aa10a94c50bb67f7a407 (patch) | |
tree | fb125716750985f491070796bd1a51211a0fe89b /configure.ac | |
parent | 2071286770b3dbe531423aa3e8517dac68f04154 (diff) | |
parent | 20392c0a025d01128eb78c6656db7c15b3fbcd89 (diff) | |
download | pacman-8e7652f1afd7ba5198f3aa10a94c50bb67f7a407.tar.gz pacman-8e7652f1afd7ba5198f3aa10a94c50bb67f7a407.tar.xz |
Merge branch 'maint'
Conflicts:
lib/libalpm/dload.c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1e9ab35b..9f3445dd 100644 --- a/configure.ac +++ b/configure.ac @@ -184,11 +184,11 @@ GCC_VISIBILITY_CC GCC_GNU89_INLINE_CC # Host-dependant definitions -SIZECMD="stat -c %s" +SIZECMD="stat -L -c %s" SEDINPLACE="sed -i" case "${host_os}" in *bsd*) - SIZECMD="stat -f %z" + SIZECMD="stat -L -f %z" SEDINPLACE="sed -i ''" ;; cygwin*) @@ -197,7 +197,7 @@ case "${host_os}" in ;; darwin*) host_os_darwin=yes - SIZECMD="/usr/bin/stat -f %z" + SIZECMD="/usr/bin/stat -L -f %z" SEDINPLACE="/usr/bin/sed -i ''" ;; esac |