Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
99 magnus 1
Description: Don't use unnecessary libreplace
2
 libreplace isn't providing anything of utility here, it's unconditional and
3
 causing build failures on some architectures.
4
Author: Steve Langasek <steve.langasek@ubuntu.com>
5
Last-Updated: 2022-02-24
6
Forwarded: no
7
 
8
Index: libspf2-1.2.10/src/libspf2/Makefile.am
9
===================================================================
10
--- libspf2-1.2.10.orig/src/libspf2/Makefile.am
11
+++ libspf2-1.2.10/src/libspf2/Makefile.am
12
@@ -34,7 +34,6 @@
13
        spf_utils.c \
14
        spf_win32.c
15
 
16
-libspf2_la_LIBADD      = $(top_builddir)/src/libreplace/libreplace.la
17
 
18
 
19