From 4019ba00cc60b0e2cfb20e950f0cfa5a424d4bc0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 31 Oct 2010 00:31:19 +0200 Subject: build: remove -fPIC flag libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From f49123a2504244267d866ac72ca574dcca22a1a9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 5 Nov 2010 19:01:05 +0100 Subject: build: remove statements without obvious effect --- Makefile.am | 4 ---- configure.ac | 1 - 2 files changed, 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*) ;; -- cgit v1.2.3