New dependency/install/unpack WIP code.
This implementation will be faster and resolv the dependency chain correctly taking into account indirect/direct deps and priority. --HG-- extra : convert_revision : cc4ec186f06f944fa8825b176344c4d612658f85
This commit is contained in:
2
vars.mk
2
vars.mk
@@ -6,7 +6,7 @@ LIBDIR ?= $(PREFIX)/lib
|
||||
ETCDIR ?= $(PREFIX)/etc
|
||||
TOPDIR ?= ..
|
||||
|
||||
LDFLAGS += -L$(TOPDIR)/lib -L$(PREFIX)/lib -lxbps
|
||||
LDFLAGS += -L$(TOPDIR)/lib -L$(PREFIX) -lxbps
|
||||
CPPFLAGS += -I$(TOPDIR)/include
|
||||
CFLAGS += -Wstack-protector -fstack-protector-all
|
||||
CFLAGS += -O2 -Wall -Werror -fPIC -DPIC
|
||||
|
||||
Reference in New Issue
Block a user