summaryrefslogtreecommitdiffstats
path: root/libraries/agg/patches/04-no-rpath.patch
blob: d3f91408a3c8abefebead05f793e22eafcc7dc9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Unknown
Description: Disable hard coded rpath during linking

diff -urNad agg-2.4~/libagg.pc.in agg-2.4/libagg.pc.in
--- agg-2.4~/libagg.pc.in	2006-07-10 11:27:16.000000000 +0200
+++ agg-2.4/libagg.pc.in	2006-07-10 11:28:51.000000000 +0200
@@ -6,5 +6,5 @@
 Name: libagg
 Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
 Version: @VERSION@
-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic
+Libs: -L${libdir} -lagg_pic
 Cflags: -I${includedir}