ghc-rpm-macros/macros.ghc-os
Jens Petersen 44501cb02b disable _ghcdynlibdir as default
We want to follow upstream libHS*.so paths going forward
2023-01-29 17:56:35 +08:00

17 lines
345 B
Plaintext

# OS specific settings
%_ghcdocdir %{_ghclicensedir}/%{name}
# %%_ghcdynlibdir %%{_libdir}/ghc-%%{ghc_version}
%ghc_without_dynamic 1
# enable profiling libraries in prof subpkgs
%with_ghc_prof 1
# enable library documentation in doc subpkgs
%with_haddock 1
# %%{?_smp_ncpus_max:--jobs=%%{?_smp_ncpus_max}}
%ghc_smp_mflags %{?_smp_mflags}