summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-04-14 20:04:15 +0000
committerMichael Januszewski <spock@gentoo.org>2005-04-14 20:04:15 +0000
commitd1768c564a7e0c9375eb891571268a8f79ae30cb (patch)
tree7fbc1ce4d7148f460a14b21941d9c8faf69b1a61 /net-im/ekg/files
parentversion bump; remove oldie; actualize homepage (diff)
downloadhistorical-d1768c564a7e0c9375eb891571268a8f79ae30cb.tar.gz
historical-d1768c564a7e0c9375eb891571268a8f79ae30cb.tar.bz2
historical-d1768c564a7e0c9375eb891571268a8f79ae30cb.zip
Added a patch that should fix bug #88713.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-im/ekg/files')
-rw-r--r--net-im/ekg/files/ekg-1.6_rc1-fpic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/ekg/files/ekg-1.6_rc1-fpic.patch b/net-im/ekg/files/ekg-1.6_rc1-fpic.patch
new file mode 100644
index 000000000000..ca2da2967c54
--- /dev/null
+++ b/net-im/ekg/files/ekg-1.6_rc1-fpic.patch
@@ -0,0 +1,12 @@
+diff -ur ekg-1.6rc1-old/configure ekg-1.6rc1/configure
+--- ekg-1.6rc1-old/configure 2005-03-20 13:46:53.000000000 +0100
++++ ekg-1.6rc1/configure 2005-04-14 13:15:30.294949464 +0200
+@@ -4224,7 +4224,7 @@
+ echo $ECHO_N "checking if -pthread is sufficient with -shared... $ECHO_C" >&6
+ save_CFLAGS="$CFLAGS"
+ save_LIBS="$LIBS"
+- CFLAGS="-shared -Wl,-z,defs $CFLAGS"
++ CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS"
+ ok="no"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"