From: Nick Terrell Date: Thu, 3 Nov 2016 18:32:45 +0000 (-0700) Subject: The static library was moved to libzstd.a X-Git-Tag: v1.1.2~91^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bafb5aa9712d5645a6faefc211dd47aa3818118;p=thirdparty%2Fzstd.git The static library was moved to libzstd.a --- diff --git a/contrib/pzstd/Makefile b/contrib/pzstd/Makefile index 2de50416c..ad0e55673 100644 --- a/contrib/pzstd/Makefile +++ b/contrib/pzstd/Makefile @@ -170,8 +170,7 @@ roundtrip: test/RoundTripTest$(EXT) # Use the static library that zstd builds for simplicity and # so we get the compiler options correct $(ZSTDDIR)/libzstd.a: $(ZSTD_FILES) - $(MAKE) -C $(ZSTDDIR) libzstd CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)" - + CFLAGS="$(ALL_CFLAGS)" LDFLAGS="$(ALL_LDFLAGS)" $(MAKE) -C $(ZSTDDIR) libzstd.a # Rules to build the tests test/RoundTripTest$(EXT): test/RoundTripTest.o $(PROGDIR)/datagen.o Options.o \