netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* libnetfilter_queue build updates 2
@ 2010-11-05 17:56 Jan Engelhardt
  2010-11-05 17:56 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 17:56 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


The following changes since commit ddd8ea0add4eb4390763d066d0673c6d94dec1f3:

  Update .gitignore (2010-10-30 23:56:24 +0200)

are available in the git repository at:
  git://dev.medozas.de/libnetfilter_queue master

Jan Engelhardt (2):
      build: default to not building static libraries
      build: use AC_OUTPUT

 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] build: default to not building static libraries
  2010-11-05 17:56 libnetfilter_queue build updates 2 Jan Engelhardt
@ 2010-11-05 17:56 ` Jan Engelhardt
  2010-11-05 17:56 ` [PATCH 2/2] build: use AC_OUTPUT Jan Engelhardt
  2010-11-07 19:51 ` libnetfilter_queue build updates 2 Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 17:56 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index c4cc36e..f73f323 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
 
 AC_PROG_CC
 AC_EXEEXT
+AC_DISABLE_STATIC
 AM_PROG_LIBTOOL
 AC_PROG_INSTALL
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] build: use AC_OUTPUT
  2010-11-05 17:56 libnetfilter_queue build updates 2 Jan Engelhardt
  2010-11-05 17:56 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
@ 2010-11-05 17:56 ` Jan Engelhardt
  2010-11-07 19:51 ` libnetfilter_queue build updates 2 Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 17:56 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index f73f323..3831697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,4 +23,6 @@ dnl Dependencies
 PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 0.0.41])
 
 dnl Output the makefiles
-AC_OUTPUT(Makefile include/Makefile include/libnetfilter_queue/Makefile src/Makefile utils/Makefile libnetfilter_queue.pc doxygen.cfg)
+AC_CONFIG_FILES([Makefile include/Makefile include/libnetfilter_queue/Makefile
+	src/Makefile utils/Makefile libnetfilter_queue.pc doxygen.cfg])
+AC_OUTPUT
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: libnetfilter_queue build updates 2
  2010-11-05 17:56 libnetfilter_queue build updates 2 Jan Engelhardt
  2010-11-05 17:56 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
  2010-11-05 17:56 ` [PATCH 2/2] build: use AC_OUTPUT Jan Engelhardt
@ 2010-11-07 19:51 ` Pablo Neira Ayuso
  2 siblings, 0 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2010-11-07 19:51 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

On 05/11/10 18:56, Jan Engelhardt wrote:
> git://dev.medozas.de/libnetfilter_queue master

Pulled and pushed out, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-07 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 17:56 libnetfilter_queue build updates 2 Jan Engelhardt
2010-11-05 17:56 ` [PATCH 1/2] build: default to not building static libraries Jan Engelhardt
2010-11-05 17:56 ` [PATCH 2/2] build: use AC_OUTPUT Jan Engelhardt
2010-11-07 19:51 ` libnetfilter_queue build updates 2 Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).