diff options
author | Thomas Haller <thaller@redhat.com> | 2019-02-06 08:16:35 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-02-06 08:40:42 +0100 |
commit | f6b6daa46310faea5d39399e83a43588f5d5d838 (patch) | |
tree | c0a9c6852817b163574a572c98af7b17756884cc | |
parent | a3fe99bee7a42c182031777624e1fa164ffd00c0 (diff) | |
download | NetworkManager-f6b6daa46310faea5d39399e83a43588f5d5d838.tar.gz |
shared/n-acd: minor change to make sources identical to upsteam
Partly revert the change from 35171b3c3f850a9136e48d12ead389ee80842268.
It's not our place to patch sources that we import via git-subtree.
-rw-r--r-- | shared/n-acd/src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/n-acd/src/meson.build b/shared/n-acd/src/meson.build index 16726ac9d2..0a405f9c4d 100644 --- a/shared/n-acd/src/meson.build +++ b/shared/n-acd/src/meson.build @@ -46,7 +46,7 @@ libnacd_shared = shared_library( link_depends: libnacd_symfile, link_args: [ '-Wl,--no-undefined', - '-Wl,--version-script=@0@'.format(libnacd_symfile), + '-Wl,--version-script=@0@'.format(libnacd_symfile) ], ) |