forked from lix-project/lix
Remove dependency on "curl" binary
This commit is contained in:
parent
532d73d5d8
commit
73d7a51ee6
|
@ -14,7 +14,6 @@ LIBLZMA_LIBS = @LIBLZMA_LIBS@
|
||||||
SQLITE3_LIBS = @SQLITE3_LIBS@
|
SQLITE3_LIBS = @SQLITE3_LIBS@
|
||||||
bash = @bash@
|
bash = @bash@
|
||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
curl = @curl@
|
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
datarootdir = @datarootdir@
|
datarootdir = @datarootdir@
|
||||||
docdir = @docdir@
|
docdir = @docdir@
|
||||||
|
|
|
@ -114,7 +114,6 @@ if test -z "$$1"; then
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
NEED_PROG(curl, curl)
|
|
||||||
NEED_PROG(bash, bash)
|
NEED_PROG(bash, bash)
|
||||||
NEED_PROG(patch, patch)
|
NEED_PROG(patch, patch)
|
||||||
AC_PATH_PROG(xmllint, xmllint, false)
|
AC_PATH_PROG(xmllint, xmllint, false)
|
||||||
|
|
|
@ -7,5 +7,3 @@ nix-store_SOURCES := $(wildcard $(d)/*.cc)
|
||||||
nix-store_LIBS = libmain libstore libutil libformat
|
nix-store_LIBS = libmain libstore libutil libformat
|
||||||
|
|
||||||
nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)
|
nix-store_LDFLAGS = -lbz2 -pthread $(SODIUM_LIBS)
|
||||||
|
|
||||||
nix-store_CXXFLAGS = -DCURL=\"$(curl)\"
|
|
||||||
|
|
Loading…
Reference in a new issue