From de2203c56e9ecc8e3d7cfb0ee9d132c907093b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= Date: Mon, 7 Feb 2022 09:02:18 +0000 Subject: [PATCH] Only build static on z/OS --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index 47aeb97..319a87e 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -10,7 +10,7 @@ BUILD_ON:=$(shell uname) SOVERSION=2.1.22 ifeq ($(BUILD_ON),OS/390) -TARGETS=libpEpAdapter.a libpEpAdapter.so +TARGETS=libpEpAdapter.a SO_CFLAGS = -W "l,xplink,dll" -W "c,float(ieee),xplink,dll,exportall" CPPFLAGS += -W "l,xplink,dll" -W "c,float(ieee),xplink,dll,exportall" else ifeq ($(BUILD_ON),Linux)