diff options
Diffstat (limited to 'sys-auth/ykclient/files/ykclient-2.3-rpath.patch')
-rw-r--r-- | sys-auth/ykclient/files/ykclient-2.3-rpath.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-auth/ykclient/files/ykclient-2.3-rpath.patch b/sys-auth/ykclient/files/ykclient-2.3-rpath.patch new file mode 100644 index 000000000000..56e196a961c1 --- /dev/null +++ b/sys-auth/ykclient/files/ykclient-2.3-rpath.patch @@ -0,0 +1,12 @@ +Index: ykclient-2.3/Makefile.am +=================================================================== +--- ykclient-2.3.orig/Makefile.am ++++ ykclient-2.3/Makefile.am +@@ -54,7 +54,6 @@ ykclient_LDADD = ./libykclient.la + + # Self tests. + +-AM_LDFLAGS = -no-install + LDADD = libykclient.la + + check_PROGRAMS = selftest |