From f6b6daa46310faea5d39399e83a43588f5d5d838 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 6 Feb 2019 08:16:35 +0100 Subject: 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. --- shared/n-acd/src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/n-acd') 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) ], ) -- cgit v1.2.1