]> git.pld-linux.org Git - packages/libxfce4ui.git/blob - libxfce4ui-link.patch
- added link patch to fix build when older libxfce4ui is installed in system
[packages/libxfce4ui.git] / libxfce4ui-link.patch
1 Drop -L%{_libdir} from linking so that just built libxfce4ui is before
2 older system version in linker search path.
3
4 --- libxfce4ui-4.18.0/libxfce4kbd-private/Makefile.am.orig      2022-10-30 12:33:05.000000000 +0100
5 +++ libxfce4ui-4.18.0/libxfce4kbd-private/Makefile.am   2022-12-26 15:50:55.466362077 +0100
6 @@ -61,7 +61,6 @@ libxfce4kbd_private_3_la_LDFLAGS = \
7         -version-info $(LIBXFCE4KBD_PRIVATE_VERINFO) \
8         -export-symbols-regex "^[^_].*" \
9         -no-undefined \
10 -       $(LIBX11_LDFLAGS) \
11         $(PLATFORM_LDFLAGS)
12  
13  libxfce4kbd_private_3_la_LIBADD = \
This page took 0.087035 seconds and 3 git commands to generate.