diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-11-06 16:58:11 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-11-06 16:58:11 +0200 |
commit | b380d4f8e08aefdf5f685bb3e6731e670d278277 (patch) | |
tree | 6273952c308be3521c2956a71c2490e19e49fb70 /Makefile | |
parent | e4add7611cb0ab157ce58542d31de8ea3486e9db (diff) | |
download | apk-tools-b380d4f8e08aefdf5f685bb3e6731e670d278277.tar.gz apk-tools-b380d4f8e08aefdf5f685bb3e6731e670d278277.tar.bz2 apk-tools-b380d4f8e08aefdf5f685bb3e6731e670d278277.tar.xz apk-tools-b380d4f8e08aefdf5f685bb3e6731e670d278277.zip |
build: fix SUBDIRS and remove -nopie
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |