- update license to Apache-2 - run regression tests for 12.1 again - allow builds --without regression_tests - subversion.libtool-verbose.patch refresh for moved source lines - subversion-swig-perl-install_vendor.patch refresh for moved source lines - subversion.libtool-pie-flags.patch refresh for moved source lines - subversion.perl.LD_RUN_PATH.patch refresh for moved source lines - subversion-no-build-date.patch refresh for moved source lines - subversion-neon-systemproxy.patch adjust to changed upstream sources, remove one chunk which would create duplicated lines in patched result OBS-URL: https://build.opensuse.org/request/show/97808 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=87
16 lines
472 B
Diff
16 lines
472 B
Diff
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig 2011-07-16 12:50:53.000000000 +0100
|
|
+++ Makefile.in 2011-12-21 17:32:20.000000000 +0000
|
|
@@ -112,8 +112,8 @@ EXEEXT = @EXEEXT@
|
|
|
|
SHELL = @SHELL@
|
|
LIBTOOL = @SVN_LIBTOOL@
|
|
-LTFLAGS = --tag=CC --silent
|
|
-LTCXXFLAGS = --tag=CXX --silent
|
|
+LTFLAGS = --tag=CC
|
|
+LTCXXFLAGS = --tag=CXX
|
|
LT_CFLAGS = @LT_CFLAGS@
|
|
LT_LDFLAGS = @LT_LDFLAGS@
|
|
LT_SO_VERSION = @SVN_LT_SOVERSION@
|