diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-10 18:58:14 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-10 18:58:14 +0200 |
commit | 8935ff1f2aac2a4f4b576521b0326879e4df4b51 (patch) | |
tree | e5130fc49c1d8f7042f99f13bb749bac2c839a05 /common | |
parent | 48bf87d2690b2b4130578fe1c12ab25bc6d70dfb (diff) |
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
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |