mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/openjdk: fix executables to not set soname to lib.so
It confuses abuild
This commit is contained in:
parent
aaa5d82ede
commit
bce7f85284
@ -3,7 +3,7 @@
|
||||
pkgname=openjdk6
|
||||
pkgver=1.6.0_p24
|
||||
icedteaver=1.11.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Sun OpenJDK 6 via IcedTea"
|
||||
url="http://icedtea.classpath.org/"
|
||||
arch="all"
|
||||
@ -39,6 +39,7 @@ source="http://download.java.net/openjdk/jdk6/promoted/$OPENJDK_VERSION/openjdk-
|
||||
icedtea-jdk-execinfo.patch
|
||||
icedtea-jdk-no-lib-nsl.patch
|
||||
icedtea6-1.9.7-generate_cacerts-1.patch
|
||||
icedtea-jdk-no-soname.patch
|
||||
"
|
||||
|
||||
_builddir="$srcdir/icedtea6-$icedteaver"
|
||||
@ -182,4 +183,5 @@ dc6a1e28a97d897d7a1057c11696727d icedtea-hotspot-uclibc-fixes.patch
|
||||
7c0814181e5adc0763c5c0a24b01d4cb icedtea-jdk-iconv-uclibc.patch
|
||||
dae2ba8b87e2106b53974ace07e4ca72 icedtea-jdk-execinfo.patch
|
||||
c4bb40d5b1ff690b27900c5cd06bc1e5 icedtea-jdk-no-lib-nsl.patch
|
||||
0bc0131c87fcc0d1046e3ba20d205c73 icedtea6-1.9.7-generate_cacerts-1.patch"
|
||||
0bc0131c87fcc0d1046e3ba20d205c73 icedtea6-1.9.7-generate_cacerts-1.patch
|
||||
d014431e70cdabb82a75e4b9ae4c28a9 icedtea-jdk-no-soname.patch"
|
||||
|
||||
12
main/openjdk6/icedtea-jdk-no-soname.patch
Normal file
12
main/openjdk6/icedtea-jdk-no-soname.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- ./openjdk/jdk/make/common/Defs-linux.gmk.orig
|
||||
+++ ./openjdk/jdk/make/common/Defs-linux.gmk
|
||||
@@ -248,7 +248,9 @@
|
||||
#
|
||||
LDFLAGS_OPT = -Xlinker -O1
|
||||
LDFLAGS_COMMON += -L$(LIBDIR)/$(LIBARCH)
|
||||
+ifdef LIBRARY
|
||||
LDFLAGS_COMMON += -Wl,-soname=$(LIB_PREFIX)$(LIBRARY).$(LIBRARY_SUFFIX)
|
||||
+endif
|
||||
|
||||
#
|
||||
# -static-libgcc is a gcc-3 flag to statically link libgcc, gcc-2.9x always
|
||||
Loading…
x
Reference in New Issue
Block a user