summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-07-10 00:40:58 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-07-10 00:40:58 +0000
commit3ee64317b79ff12ea38d2db5a097dd1d2904f154 (patch)
tree40fd3fe190334f83f60aff706be6b24784749fba /www-misc/htdig/files
parentsci herd is taking over maintainance (diff)
downloadhistorical-3ee64317b79ff12ea38d2db5a097dd1d2904f154.tar.gz
historical-3ee64317b79ff12ea38d2db5a097dd1d2904f154.tar.bz2
historical-3ee64317b79ff12ea38d2db5a097dd1d2904f154.zip
Fixed BUG #98357 (-fPIC).
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-misc/htdig/files')
-rw-r--r--www-misc/htdig/files/htdig-3.2.0-fpic.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/www-misc/htdig/files/htdig-3.2.0-fpic.patch b/www-misc/htdig/files/htdig-3.2.0-fpic.patch
new file mode 100644
index 000000000000..ed95a72bd63f
--- /dev/null
+++ b/www-misc/htdig/files/htdig-3.2.0-fpic.patch
@@ -0,0 +1,20 @@
+--- db/Makefile.am.orig 2005-07-10 01:27:24.000000000 +0200
++++ db/Makefile.am 2005-07-10 01:27:58.000000000 +0200
+@@ -137,6 +137,7 @@
+ xa_db.c \
+ xa_map.c
+
++libhtdb_la_CFLAGS = -fPIC -DPIC
+ libhtdb_la_LDFLAGS = -release $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
+
+ pkginclude_HEADERS = \
+--- htlib/Makefile.am.orig 2005-07-10 02:21:10.000000000 +0200
++++ htlib/Makefile.am 2005-07-10 02:21:29.000000000 +0200
+@@ -20,6 +20,7 @@
+ libht_la_LIBADD=@LTLIBOBJS@
+ # this includes regex.c
+
++libht_la_CFLAGS = -fPIC -DPIC
+ libht_la_LDFLAGS = -release $(HTDIG_MAJOR_VERSION).$(HTDIG_MINOR_VERSION).$(HTDIG_MICRO_VERSION) ${extra_ldflags}
+
+ pkginclude_HEADERS = \