mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
makerelease-osx: Explìcit make
This commit is contained in:
parent
76b6526125
commit
864cbbd3cd
@ -336,6 +336,7 @@ aria2.%.build: zlib.%.build expat.%.build gmp.%.build cares.%.build sqlite.%.bui
|
||||
LDFLAGS="$(LDFLAGS) -L$(PWD)/$(ARCH)/lib" \
|
||||
PKG_CONFIG_PATH=$(PWD)/$(ARCH)/lib/pkgconfig \
|
||||
)
|
||||
$(MAKE) -C $(DEST) -sj$(CPUS)
|
||||
$(MAKE) -C $(DEST) -sj$(CPUS) check
|
||||
# Check that the resulting executable is Position-independent (PIE)
|
||||
otool -hv $(DEST)/src/aria2c | grep -q PIE
|
||||
|
Loading…
Reference in New Issue
Block a user