From 4fa24f17bf5938ee5962b19f27625c6fb13ac9f7 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Mar 2012 12:39:02 +0200 Subject: [PATCH] plugin build hack otherwise builtin version compiled without -fPIC is linked to .so, which causes problems. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 21add207..5f65f384 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,7 @@ PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpu_gles.so \ plugins/gpu_unai/gpu_unai.so plugins/dfxvideo/gpu_peops.so $(PLUGINS): + make -C plugins/gpulib/ clean make -C $(dir $@) clean: $(PLAT_CLEAN) -- 2.39.2