diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-03 12:28:44 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-03 12:28:44 -0500 |
| commit | d47f6b0cbccbb1221a7c9df19b5747d19c14a45f (patch) | |
| tree | fa8eebbfa56e97907466e0eb74d6ff34e8daf665 | |
| parent | 21b91b50169ef2597b4fa0eddedcb2a7b7f9f701 (diff) | |
Drop the symbolic functions workaround; it doesn't seem needed any more
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 14dece23..2893e95e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,6 @@ endif export PYTHON=/usr/bin/python3 -# Without this the tests fail, cannot register existing type 'NMAgentManagerError' -export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions - PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) %: |