fix mac build
This commit is contained in:
@@ -45,7 +45,10 @@ doit:
|
||||
tar xfz $(PACKAGE)-$(VERSION).tar.gz && \
|
||||
cd $(PACKAGE)-$(VERSION)/ && \
|
||||
./configure --prefix=$(PWD)/tmp/root && \
|
||||
make install $(CHECK) && \
|
||||
make install check && \
|
||||
install_name_tool -id @executable_path/../lib/libykpiv.dylib $(PWD)/tmp/root/lib/libykpiv.dylib && \
|
||||
install_name_tool -id @executable_path/../lib/libykpiv.0.dylib $(PWD)/tmp/root/lib/libykpiv.0.dylib && \
|
||||
install_name_tool -change $(PWD)/tmp/root/lib/libykpiv.0.dylib @executable_path/../lib/libykpiv.0.dylib $(PWD)/tmp/root/bin/yubico-piv-tool ; \
|
||||
cp COPYING $(PWD)/tmp/root/licenses/$(PACKAGE).txt && \
|
||||
cd .. && \
|
||||
cd root && \
|
||||
|
||||
Reference in New Issue
Block a user