drop la files and pkgconfig files for mac and windows builds
since the location in these wont make sense anyways
This commit is contained in:
@@ -76,6 +76,8 @@ doit:
|
|||||||
echo "something is incorrectly linked!"; \
|
echo "something is incorrectly linked!"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi && \
|
fi && \
|
||||||
|
rm $(PWD)/tmp/root/lib/*.la && \
|
||||||
|
rm -rf $(PWD)/tmp/root/lib/pkgconfig && \
|
||||||
cp COPYING $(PWD)/tmp/root/licenses/$(PACKAGE).txt && \
|
cp COPYING $(PWD)/tmp/root/licenses/$(PACKAGE).txt && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
cd root && \
|
cd root && \
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ doit:
|
|||||||
cd $(PACKAGE)-$(VERSION)/ && \
|
cd $(PACKAGE)-$(VERSION)/ && \
|
||||||
CC=$(HOST)-gcc PKG_CONFIG_PATH=$(PWD)/tmp$(ARCH)/root/lib/pkgconfig lt_cv_deplibs_check_method=pass_all ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp$(ARCH)/root LDFLAGS=-L$(PWD)/tmp$(ARCH)/root/lib CPPFLAGS=-I$(PWD)/tmp$(ARCH)/root/include && \
|
CC=$(HOST)-gcc PKG_CONFIG_PATH=$(PWD)/tmp$(ARCH)/root/lib/pkgconfig lt_cv_deplibs_check_method=pass_all ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp$(ARCH)/root LDFLAGS=-L$(PWD)/tmp$(ARCH)/root/lib CPPFLAGS=-I$(PWD)/tmp$(ARCH)/root/include && \
|
||||||
make install $(CHECK) && \
|
make install $(CHECK) && \
|
||||||
|
rm $(PWD)/tmp$(ARCH)/root/lib/*.la && \
|
||||||
rm -rf $(PWD)/tmp$(ARCH)/root/lib/pkgconfig/ && \
|
rm -rf $(PWD)/tmp$(ARCH)/root/lib/pkgconfig/ && \
|
||||||
cp COPYING $(PWD)/tmp$(ARCH)/root/licenses/$(PACKAGE).txt && \
|
cp COPYING $(PWD)/tmp$(ARCH)/root/licenses/$(PACKAGE).txt && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
|
|||||||
Reference in New Issue
Block a user