diff options
Diffstat (limited to 'science/hdf5/files/hdf/src/Makefile')
-rw-r--r-- | science/hdf5/files/hdf/src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/hdf5/files/hdf/src/Makefile b/science/hdf5/files/hdf/src/Makefile index 5dde282..391a702 100644 --- a/science/hdf5/files/hdf/src/Makefile +++ b/science/hdf5/files/hdf/src/Makefile @@ -5,6 +5,8 @@ LIB=df # uncomment the line below to avoid building static libraries #INTERNALLIB=YES LIBDIR=${PREFIX}/lib +# comment out the line below to build the profile libs +NOPROFILE=yes SHLIB_MAJOR=1 SHLIB_MINOR=0 |