ich versuche Linphone mit einer zusätzlichen CONFIGURE_ARGS (--diable-notify) neu zu bauen.
Folgendes habe ich probiert:
apt-get source linphone
tar -Jxf linphone_3.6.1-2.4.debian.tar.xz
vim debian/rules
"--diable-notify" hinzugefügt
Code: Alles auswählen
override_dh_auto_configure:
dh_auto_configure -- --diable-notify --disable-zrtp --enable-ipv6 --disable-strict --disable-ssl --disable-ssl-hmac $(CONFIGURE_ARGS)
Das Paket wird gebaut, jedoch ohne "--diable-notify", was mache ich falsch