From 6f2c0bcf4cfc718855bf4052186cbf6cb2182ef9 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Fri, 31 May 2013 12:31:12 -0600 Subject: add more application specific configure options. This is primarily so we can point to recently built dependent libs intead of the system ones. --- config/mpfr.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/mpfr.conf (limited to 'config/mpfr.conf') diff --git a/config/mpfr.conf b/config/mpfr.conf new file mode 100644 index 00000000..628fc3a1 --- /dev/null +++ b/config/mpfr.conf @@ -0,0 +1,6 @@ +# This is a list of other components need to build this component +depends="gmp" + +# This is a list of default flags always supplied to configure +default_configure_flags="--with-gmp=${PWD}/${hostname}/${build}/depends" + -- cgit v1.2.3