genwqe-tools/genwqe-user-4.0.17-libcxl.patch
OBS User michel_mno 487e0662a5 Accepting request 405915 from home:michel_mno:branches:hardware
- use upstream github.com/ibm-genwqe not github.com/tblume
- update from git v4.0.17 to master commit c2f7723
- add ppc64 as target arch
- link dynamically to libcxl available for ppc64/ppc64le
- new genwqe-user-4.0.17-libcxl.patch

OBS-URL: https://build.opensuse.org/request/show/405915
OBS-URL: https://build.opensuse.org/package/show/hardware/genwqe-tools?expand=0&rev=2
2016-07-01 14:34:19 +00:00

24 lines
540 B
Diff

---
config.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Index: genwqe-user-4.0.17+git20160628.c2f7723/config.mk
===================================================================
--- genwqe-user-4.0.17+git20160628.c2f7723.orig/config.mk
+++ genwqe-user-4.0.17+git20160628.c2f7723/config.mk
@@ -124,9 +124,13 @@ ifndef DISABLE_LIBCXL
ifeq ($(PLATFORM), ppc64le)
WITH_LIBCXL=1
-BUNDLE_LIBCXL ?= 1
endif
+ifeq ($(PLATFORM), ppc64)
+WITH_LIBCXL=1
+endif
+
+
ifdef BUILD_SIMCODE
WITH_LIBCXL=1
BUNDLE_LIBCXL ?= 1