From: David Schleef Date: Thu, 17 Feb 2011 21:20:46 +0000 (-0800) Subject: element-maker: do test build with -fPIC X-Git-Tag: 1.19.3~507^2~16062^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fedcf43e29c4bf82c54dd088f931d873026664e8;p=platform%2Fupstream%2Fgstreamer.git element-maker: do test build with -fPIC --- diff --git a/tools/gst-element-maker b/tools/gst-element-maker index 53145bc3af..53b26cac8d 100755 --- a/tools/gst-element-maker +++ b/tools/gst-element-maker @@ -377,7 +377,7 @@ gst-indent $gstreplace.c echo pkg is $pkg -gcc -Wall $(pkg-config --cflags gstreamer-0.10 $pkg) -c -o $gstreplace.o $gstreplace.c +gcc -Wall -fPIC $(pkg-config --cflags gstreamer-0.10 $pkg) -c -o $gstreplace.o $gstreplace.c gcc -shared -o $gstreplace.so $gstreplace.o $(pkg-config --libs gstreamer-0.10 $pkg)