Change shared lib version to fit with the rest of OpenBSD.
This commit is contained in:
parent
a41ed5e7b3
commit
af19cd7134
13
lang/egcs-stable/patches/patch-g++-libversion
Normal file
13
lang/egcs-stable/patches/patch-g++-libversion
Normal file
@ -0,0 +1,13 @@
|
||||
--- libstdc++/config/openbsd.ml.orig Thu Feb 25 02:26:26 1999
|
||||
+++ libstdc++/config/openbsd.ml Thu Mar 25 22:20:36 1999
|
||||
@@ -1,5 +1,8 @@
|
||||
-# Base shared lib for OpenBSD i386
|
||||
-
|
||||
+# Base shared lib for OpenBSD
|
||||
+# This interface schmuck isn't present before after 1.1.2
|
||||
+INTERFACE=2
|
||||
+MAJOR_OFFSET=27
|
||||
+MSHLINK = libstdc++.so.`expr $(INTERFACE) + $(MAJOR_OFFSET)`.0
|
||||
LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
|
||||
SHFLAGS = -nostdlib -Wl,-Bshareable,-Bforcearchive
|
||||
SHDEPS = -lm
|
13
lang/egcs/stable/patches/patch-g++-libversion
Normal file
13
lang/egcs/stable/patches/patch-g++-libversion
Normal file
@ -0,0 +1,13 @@
|
||||
--- libstdc++/config/openbsd.ml.orig Thu Feb 25 02:26:26 1999
|
||||
+++ libstdc++/config/openbsd.ml Thu Mar 25 22:20:36 1999
|
||||
@@ -1,5 +1,8 @@
|
||||
-# Base shared lib for OpenBSD i386
|
||||
-
|
||||
+# Base shared lib for OpenBSD
|
||||
+# This interface schmuck isn't present before after 1.1.2
|
||||
+INTERFACE=2
|
||||
+MAJOR_OFFSET=27
|
||||
+MSHLINK = libstdc++.so.`expr $(INTERFACE) + $(MAJOR_OFFSET)`.0
|
||||
LIBS = $(ARLIB) $(SHLIB) $(SHLINK) mshlink
|
||||
SHFLAGS = -nostdlib -Wl,-Bshareable,-Bforcearchive
|
||||
SHDEPS = -lm
|
Loading…
x
Reference in New Issue
Block a user