From 4e6c880ea2c68fe9c265d2ff849e5ed3d549cab4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 31 May 2010 22:11:38 +0100 Subject: [PATCH] glapi: Generate PIC objects. Fixes fdo 28336. --- src/mapi/glapi/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/SConscript b/src/mapi/glapi/SConscript index 27ef5adc27f..40db237fcbc 100644 --- a/src/mapi/glapi/SConscript +++ b/src/mapi/glapi/SConscript @@ -38,7 +38,7 @@ if env['platform'] != 'winddk': 'u_thread.c', ] for s in mapi_sources: - o = env.Object(s[:-2], '../mapi/' + s) + o = env.SharedObject(s[:-2], '../mapi/' + s) glapi_sources.append(o) # -- 2.30.2