From 8ea5725079a520affde91620d2f5b14e0d1dfa54 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 12 Jun 2004 07:53:19 +0000 Subject: [PATCH] *&#$*(!#@! damn it, use -fPIC !!!! this took a lot of debugging (on sparc64 where it breaks) for such a stupid bug. pointed out by henning (and i'm going to go and fix more of those after i relax) --- www/mod_auth_ldap/patches/patch-Makefile_in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/mod_auth_ldap/patches/patch-Makefile_in b/www/mod_auth_ldap/patches/patch-Makefile_in index f122a98cc64..2032cd6a718 100644 --- a/www/mod_auth_ldap/patches/patch-Makefile_in +++ b/www/mod_auth_ldap/patches/patch-Makefile_in @@ -1,12 +1,12 @@ -$OpenBSD: patch-Makefile_in,v 1.2 2003/05/22 14:47:43 henning Exp $ ---- Makefile.in.orig Wed Jul 4 16:37:33 2001 -+++ Makefile.in Thu May 22 16:46:20 2003 +$OpenBSD: patch-Makefile_in,v 1.3 2004/06/12 07:53:19 pvalchev Exp $ +--- Makefile.in.orig 2001-07-04 08:37:55.000000000 -0600 ++++ Makefile.in 2004-06-12 00:55:16.000000000 -0600 @@ -20,12 +20,14 @@ html: FAQ.html Changes.html auth_ldap.ht OBJS=auth_ldap.o auth_ldap_config.o auth_ldap_cache.o auth_ldap_cache_mgr.o -CFLAGS=`$(APXS) -q CFLAGS` $(FRONTPAGE) $(SSL) $(SHARED_CACHE) $(OPENLDAP) -+CFLAGS=`$(APXS) -q CFLAGS` $(FRONTPAGE) $(SSL) $(SHARED_CACHE) $(OPENLDAP) \ ++CFLAGS=`$(APXS) -q CFLAGS` -fPIC $(FRONTPAGE) $(SSL) $(SHARED_CACHE) $(OPENLDAP) \ + -I/usr/lib/apache/include -I${LOCALBASE}/include CFLAGS_SHLIB=`$(APXS) -q CFLAGS_SHLIB` INCLUDEDIR=`$(APXS) -q INCLUDEDIR`