[PATCH 1/7] libipq: build as shared library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Antique software (see link) built as shared library requires objects
compiled with -fPIC, so the standard archive won't do.

References: http://bugs.debian.org/527733
Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx>
---
 libipq/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libipq/Makefile.am b/libipq/Makefile.am
index f19950f..556a17b 100644
--- a/libipq/Makefile.am
+++ b/libipq/Makefile.am
@@ -2,8 +2,8 @@
 
 AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include
 
-libipq_a_SOURCES = libipq.c
-lib_LIBRARIES    = libipq.a
+libipq_la_SOURCES = libipq.c
+lib_LTLIBRARIES   = libipq.la
 man_MANS         = ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 \
                    ipq_get_msgerr.3 ipq_get_packet.3 ipq_message_type.3 \
                    ipq_perror.3 ipq_read.3 ipq_set_mode.3 ipq_set_verdict.3 \
-- 
1.6.6.1

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux