From b380d4f8e08aefdf5f685bb3e6731e670d278277 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 6 Nov 2008 16:58:11 +0200 Subject: [PATCH] build: fix SUBDIRS and remove -nopie --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d7b0f50..897b4f8 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ INSTALLDIR=$(INSTALL) -d CFLAGS=-g -D_GNU_SOURCE -Werror -Wall -Wstrict-prototypes -std=gnu99 \ -DAPK_VERSION=\"$(FULL_VERSION)\" -LDFLAGS=-g -nopie +LDFLAGS=-g LIBS=-lpthread ifeq ($(STATIC),yes) @@ -36,7 +36,7 @@ CONFDIR=/etc/apk MANDIR=/usr/share/man DOCDIR=/usr/share/doc/apk -SUBDIRS=src scripts +SUBDIRS=src .PHONY: compile install clean all