upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / libafterimage / repos / community-x86_64 / libafterimage-ldflags.patch
blob4f7cd84965e70a2f4e9c4fb1221f0eb17d045a26
1 diff -aur --color libAfterImage-1.20-old/Makefile.in libAfterImage-1.20-new/Makefile.in
2 --- libAfterImage-1.20-old/Makefile.in 2020-05-25 17:48:04.321292472 +0300
3 +++ libAfterImage-1.20-new/Makefile.in 2020-05-25 17:48:30.511292257 +0300
4 @@ -398,7 +398,7 @@
6 $(LIB_SHARED).$(LIBVER): $(LIB_OBJS) $(LIB_INCS) config.h
7 $(CC) -shared -Wl,-soname,$(LIB_SHARED).$(LIBVERMAJOR) -o $(LIB_SHARED).$(LIBVER) \
8 - $(LIB_OBJS)
9 + $(LIB_OBJS) $(USER_LD_FLAGS)
11 install.man:
12 @if [ -d doc/man ] ; then \