Skip to content

Commit

Permalink
curl: unset MAGIC and disable silent rules
Browse files Browse the repository at this point in the history
- Unset MAGIC because configure is using /bin/file instead finding file
  from the PATH. We cannot use magic file with a different version of
  file executable.

- We want to see compilation lines, thus disable silent rules.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
  • Loading branch information
David Abdurachmanov authored and David Abdurachmanov committed Mar 3, 2016
1 parent fa66506 commit 9cead63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions curl.spec
Expand Up @@ -12,8 +12,11 @@ case %{cmsplatf} in
*) KERBEROS_ROOT=/usr ;;
esac

unset MAGIC

./configure \
--prefix=%{i} \
--disable-silent-rules \
--disable-static \
--without-libidn \
--disable-ldap \
Expand Down

0 comments on commit 9cead63

Please sign in to comment.