- 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
1.1 KiB
Diff
16 lines
1.1 KiB
Diff
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig 2011-12-21 17:32:27.000000000 +0000
|
|
+++ Makefile.in 2011-12-21 17:32:31.000000000 +0000
|
|
@@ -231,8 +231,8 @@ libsvn_subr_LDFLAGS = @libsvn_subr_LDFLA
|
|
libsvn_wc_LDFLAGS = @libsvn_wc_LDFLAGS@
|
|
|
|
# Compilation of SWIG-generated C source code
|
|
-COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_PY_INCLUDES) -prefer-pic -c -o $@
|
|
-COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_RB_INCLUDES) -prefer-pic -c -o $@
|
|
+COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_PY_INCLUDES) -fpie -fPIE -prefer-pic -c -o $@
|
|
+COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(LT_CFLAGS) $(CPPFLAGS) $(SWIG_RB_INCLUDES) -fpie -fPIE -prefer-pic -c -o $@
|
|
|
|
# these commands link the wrapper objects into an extension library/module
|
|
LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(SWIG_LDFLAGS) -rpath $(swig_pydir) -avoid-version -module
|