[neon/backports-focal/qxmpp/Neon/unstable] debian: Update debian/rules:

Boris Pek null at kde.org
Sat Dec 17 07:24:35 GMT 2022


Git commit cac6c6bd167fed490ca2698f9c86062cbd2d76d4 by Boris Pek.
Committed on 12/12/2020 at 00:43.
Pushed by carlosdem into branch 'Neon/unstable'.

Update debian/rules:

- update configuration options after switching library to gstreamer usage
- remove DEB_LDFLAGS_MAINT_APPEND variable with -Wl,--as-needed flag

M  +1    -5    debian/rules

https://invent.kde.org/neon/backports-focal/qxmpp/commit/cac6c6bd167fed490ca2698f9c86062cbd2d76d4

diff --git a/debian/rules b/debian/rules
index 4e5d4fc..7d5f462 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,11 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 CMAKEOPTS = -DBUILD_DOCUMENTATION=ON \
             -DBUILD_EXAMPLES=ON \
             -DBUILD_TESTS=OFF \
-            -DWITH_SPEEX=ON \
-            -DWITH_OPUS=ON \
-            -DWITH_THEORA=ON \
-            -DWITH_VPX=ON
+            -DWITH_GSTREAMER=ON
 
 %:
 	dh $@



More information about the Neon-commits mailing list