diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.macros.in b/build.macros.in index c86663b..11e34fd 100644 --- a/build.macros.in +++ b/build.macros.in @@ -522,3 +522,6 @@ popd %check %%check \ [ %{_with check} -eq 1 ] || exit 0 \ %{nil} + +# use internal dep generator? +%_use_internal_dependency_generator 1 |