Explicitly set empty LDFLAGS

flatpak-rpm-macros injects LDFLAGS that don't work with ldc. Clear them
explicitly to avoid using possibly-incorrect LDFLAGS.
epel9
Kalev Lember 6 years ago
parent bd1f4806d3
commit c5c9ee8d9f

@ -72,7 +72,7 @@ Active l'autocompletion pour pour la bibliothèque gtkd dans geany (IDE)
mkdir geany_config
%build
make %{?_smp_mflags} DC=ldc2 libdir=%{?_lib} DCFLAGS="%{_d_optflags}" \
make %{?_smp_mflags} DC=ldc2 libdir=%{?_lib} DCFLAGS="%{_d_optflags}" LDFLAGS="" \
shared-gstreamer \
shared-gtkdgl \
shared-libs \

Loading…
Cancel
Save