Files
xbase/xbase-2.0.0-ppc.patch
Martin Pluskal f8eaef609e Accepting request 505494 from home:scarabeus_iv:branches:server:database
- Split the library to separate subpackage as per guidelines
- Update to 3.1.2 release to match fedora:
  * Our version was from 2001
  * This version is from 2006
- Add patches from Fedora:
  * xbase-2.0.0-fixconfig.patch
  * xbase-2.0.0-fixheader.patch
  * xbase-2.0.0-gcc43.patch
  * xbase-2.0.0-ppc.patch
  * xbase-2.0.0-x86_64.patch
  * xbase-3.1.2-configure-gcc-version-fix.patch
  * xbase-3.1.2-fixconfig.patch
  * xbase-3.1.2-gcc44.patch
  * xbase-3.1.2-gcc47.patch
  * xbase-3.1.2-gcc6.patch
  * xbase-3.1.2-gcc7.patch
  * xbase-3.1.2-lesserg.patch
  * xbase-3.1.2-xbnode.patch
- Drop no longer applicable patches:
  * xbase-automake-1.13.patch
  * xbase-2.0.0-array-del.patch
  * xbase-2.0.0-gcc41fix.patch
  * xbase-2.0.0-gcc47.patch
  * xbase-2.0.0-iostream_h.patch
  * xbase-2.0.0-makefiles.patch

OBS-URL: https://build.opensuse.org/request/show/505494
OBS-URL: https://build.opensuse.org/package/show/server:database/xbase?expand=0&rev=12
2017-06-21 16:07:07 +00:00

21 lines
679 B
Diff

--- xbase-2.0.0/ltconfig.foo 2007-05-04 18:14:42.000000000 -0400
+++ xbase-2.0.0/ltconfig 2007-05-04 18:15:39.000000000 -0400
@@ -1664,16 +1664,7 @@ linux-gnu*)
shlibpath_var=LD_LIBRARY_PATH
check_shared_deplibs_method='file_magic ELF 32-bit LSB shared object'
sys_lib_search_path="/lib /usr/lib /usr/local/lib `echo $LD_LIBRARY_PATH | sed -e 's/:/ /g'`"
-
- if test -f /lib/ld.so.1; then
- dynamic_linker='GNU ld.so'
- else
- # Only the GNU ld.so supports shared libraries on MkLinux.
- case "$host_cpu" in
- powerpc*) dynamic_linker=no ;;
- *) dynamic_linker='Linux ld.so' ;;
- esac
- fi
+ dynamic_linker='GNU ld.so'
;;
netbsd* | openbsd*)