Avoid the default dynamic executable, which depends on minisat.so Instead install the release version, which is statically linked. diff --git a/Makefile b/Makefile index ceb9d77..7b91906 100644 --- a/Makefile +++ b/Makefile @@ -191,9 +191,9 @@ install-lib: $(BUILD_DIR)/release/lib/$(MINISAT_SLIB) $(BUILD_DIR)/dynamic/lib/$ ln -sf $(MINISAT_DLIB).$(SOMAJOR) $(DESTDIR)$(libdir)/$(MINISAT_DLIB) $(INSTALL) -m 644 $(BUILD_DIR)/release/lib/$(MINISAT_SLIB) $(DESTDIR)$(libdir) -install-bin: $(BUILD_DIR)/dynamic/bin/$(MINISAT) +install-bin: $(BUILD_DIR)/release/bin/$(MINISAT) $(INSTALL) -d $(DESTDIR)$(bindir) - $(INSTALL) -m 755 $(BUILD_DIR)/dynamic/bin/$(MINISAT) $(DESTDIR)$(bindir) + $(INSTALL) -m 755 $(BUILD_DIR)/release/bin/$(MINISAT) $(DESTDIR)$(bindir) clean: rm -f $(foreach t, release debug profile dynamic, $(foreach o, $(SRCS:.cc=.o), $(BUILD_DIR)/$t/$o)) \ pe='submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build-branch.sh
AgeCommit message (Expand)Author
2020-04-04tests: Adjust '--with-commit' test for tags....Ludovic Courtès
2019-09-04tests: Adjust '--with-commit' test....Ludovic Courtès
2019-07-26git: 'switch-to-ref' resolves tag targets....Ludovic Courtès
2019-07-26git: <git-checkout> allows tags in its 'commit' field....Ludovic Courtès
2018-11-30git: Nicely report '--with-commit' errors....Ludovic Courtès
2018-11-30guix build: Add '--with-commit'....Ludovic Courtès
2018-11-30guix build: Add '--with-branch' transformation option....Ludovic Courtès