diff --git a/sources/libs/distrho-juce-7.0/debian/changelog b/sources/libs/distrho-juce-7.0/debian/changelog index a1a446a..ae54c21 100644 --- a/sources/libs/distrho-juce-7.0/debian/changelog +++ b/sources/libs/distrho-juce-7.0/debian/changelog @@ -1,4 +1,4 @@ -distrho-juce-7.0 (6:7.0.9+git2024-11-07-1kxstudio1) focal; urgency=medium +distrho-juce-7.0 (6:7.0.9+git2024-11-07-1kxstudio2) focal; urgency=medium * Update diff --git a/sources/libs/distrho-juce-7.0/debian/rules b/sources/libs/distrho-juce-7.0/debian/rules index 8200b25..cde87c1 100755 --- a/sources/libs/distrho-juce-7.0/debian/rules +++ b/sources/libs/distrho-juce-7.0/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f +KXSTUDIO_NO_LTO = y include /usr/share/dpkg/kxstudio.mk export CXXFLAGS += -DJUCER_ENABLE_GPL_MODE=1 @@ -13,7 +14,7 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build - make -C extras/Projucer/Builds/LinuxMakefile CONFIG=Release -j $(nproc) + make -C extras/Projucer/Builds/LinuxMakefile CONFIG=Release -j 2 override_dh_auto_clean: dh_auto_clean