From 8935ff1f2aac2a4f4b576521b0326879e4df4b51 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 10 Jun 2007 16:58:14 +0000 Subject: compile tio module with -fPIC because it is used in the NSS shared library git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@277 ef36b2f9-881f-0410-afb5-c4e39611909c --- common/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index 4e314f7..c922af5 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -20,3 +20,4 @@ noinst_LIBRARIES = libtio.a libtio_a_SOURCES = tio.c tio.h +libtio_a_CFLAGS = -fPIC -- cgit v1.2.3