build: fix SUBDIRS and remove -nopie

cute-signatures
Timo Teras 2008-11-06 16:58:11 +02:00
parent e4add7611c
commit b380d4f8e0
1 changed files with 2 additions and 2 deletions

View File

@ -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