* libmnl build updates 2
@ 2010-11-05 18:30 Jan Engelhardt
2010-11-05 18:30 ` [PATCH 1/2] build: remove -fPIC flag Jan Engelhardt
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 18:30 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
The following changes since commit f7cfd408bee4a14f705565a95f98caf3c35bd57e:
examples: remove redundant casts (2010-10-30 22:22:52 +0200)
are available in the git repository at:
git://dev.medozas.de/libmnl master
Jan Engelhardt (2):
build: remove -fPIC flag
build: remove statements without obvious effect
Make_global.am | 2 +-
Makefile.am | 4 ----
configure.ac | 1 -
3 files changed, 1 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] build: remove -fPIC flag
2010-11-05 18:30 libmnl build updates 2 Jan Engelhardt
@ 2010-11-05 18:30 ` Jan Engelhardt
2010-11-05 18:30 ` [PATCH 2/2] build: remove statements without obvious effect Jan Engelhardt
2010-11-07 19:53 ` libmnl build updates 2 Pablo Neira Ayuso
2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 18:30 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
libtool automatically adds PIC flags as needed.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
Make_global.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Make_global.am b/Make_global.am
index 78a0e35..4aff85c 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -21,4 +21,4 @@
LIBVERSION=0:0:0
CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS=-fPIC -Wall -Wextra -Wno-unused-parameter
+AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] build: remove statements without obvious effect
2010-11-05 18:30 libmnl build updates 2 Jan Engelhardt
2010-11-05 18:30 ` [PATCH 1/2] build: remove -fPIC flag Jan Engelhardt
@ 2010-11-05 18:30 ` Jan Engelhardt
2010-11-07 19:53 ` libmnl build updates 2 Pablo Neira Ayuso
2 siblings, 0 replies; 4+ messages in thread
From: Jan Engelhardt @ 2010-11-05 18:30 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel
---
Makefile.am | 4 ----
configure.ac | 1 -
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6d5b8dd..dec85d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmnl.pc
${pkgconfig_DATA}: ${top_builddir}/config.status
-
-$(OBJECTS): libtool
-libtool: $(LIBTOOL_DEPS)
- $(SHELL) ./config.status --recheck
diff --git a/configure.ac b/configure.ac
index ea1aa4b..9281156 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AM_PROG_CC_C_O
AC_EXEEXT
AC_DISABLE_STATIC
LT_INIT
-AC_SUBST(LIBTOOL_DEPS)
case $target in
*-*-linux*) ;;
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: libmnl build updates 2
2010-11-05 18:30 libmnl build updates 2 Jan Engelhardt
2010-11-05 18:30 ` [PATCH 1/2] build: remove -fPIC flag Jan Engelhardt
2010-11-05 18:30 ` [PATCH 2/2] build: remove statements without obvious effect Jan Engelhardt
@ 2010-11-07 19:53 ` Pablo Neira Ayuso
2 siblings, 0 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2010-11-07 19:53 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: netfilter-devel
On 05/11/10 19:30, Jan Engelhardt wrote:
> git://dev.medozas.de/libmnl master
pulled and pushed, thanks jan.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-07 19:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 18:30 libmnl build updates 2 Jan Engelhardt
2010-11-05 18:30 ` [PATCH 1/2] build: remove -fPIC flag Jan Engelhardt
2010-11-05 18:30 ` [PATCH 2/2] build: remove statements without obvious effect Jan Engelhardt
2010-11-07 19:53 ` libmnl 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).