From 2f0117f91585a4387161a5c1a4e36a7fa64a9c4e Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 22 Sep 2005 17:50:14 +0000 Subject: [PATCH] Really pass the hdfconfig arg to configure --- gdl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdl.spec b/gdl.spec index 2c0fe69..5bb19d9 100644 --- a/gdl.spec +++ b/gdl.spec @@ -38,7 +38,7 @@ Systems Inc. %build -%configure --disable-static \ +%configure --disable-static %{hdfconfig} \ INCLUDES="-I/usr/include/netcdf-3 %{hdfinclude}" \ LIBS="-L%{_libdir}/netcdf-3 %{hdflib} -L/usr/X11R6/%{_lib}" make %{?_smp_mflags}