Skip to content

Commit

Permalink
use apxs -q CFLAGS_SHLIB to get -fPIC, better to send to author
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Valchev committed Jun 12, 2004
1 parent a9b61b3 commit cf67986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/mod_auth_ldap/patches/patch-Makefile_in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.3 2004/06/12 07:53:19 pvalchev Exp $
$OpenBSD: patch-Makefile_in,v 1.4 2004/06/12 15:39:08 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` -fPIC $(FRONTPAGE) $(SSL) $(SHARED_CACHE) $(OPENLDAP) \
+CFLAGS=`$(APXS) -q CFLAGS CFLAGS_SHLIB` $(FRONTPAGE) $(SSL) $(SHARED_CACHE) $(OPENLDAP) \
+ -I/usr/lib/apache/include -I${LOCALBASE}/include
CFLAGS_SHLIB=`$(APXS) -q CFLAGS_SHLIB`
INCLUDEDIR=`$(APXS) -q INCLUDEDIR`
Expand Down

0 comments on commit cf67986

Please sign in to comment.