dde_rump: don't build non-Genode shared libraries

Fixes #1512
This commit is contained in:
Christian Prochaska 2015-05-07 12:39:33 +02:00 committed by Christian Helmuth
parent 5bf538de0c
commit 493bcc80df
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/share/mk/bsd.lib.mk b/src/share/mk/bsd.lib.mk
index ab658e7..85575bb 100644
--- a/src/share/mk/bsd.lib.mk
+++ b/src/share/mk/bsd.lib.mk
@@ -402,7 +402,7 @@ _LIB_g.a:=${_LIB}_g.a
_LIB_pic.a:=${_LIB}_pic.a
_LIB.ln:=llib-l${LIB}.ln
-.if ${MKPIC} != "no" && defined(SHLIB_FULLVERSION)
+.if ${MKPIC} != "no" && defined(SHLIB_FULLVERSION) && 0
_LIB.so:=${_LIB}.so
_LIB.so.major:=${_LIB}.so.${SHLIB_MAJOR}
_LIB.so.full:=${_LIB}.so.${SHLIB_FULLVERSION}

View File

@ -1 +1 @@
fe90aa7ca739eb69c0e0e422756f1d36f3d744ec
8719ed349bf425eb570d0ee7f16acf980b44adb4