| diff -ru a/programs/Makefile b/programs/Makefile |
| |
| |
| @@ -38,7 +38,6 @@ |
| CPPFLAGS+= -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ |
| -I$(ZSTDDIR)/dictBuilder \ |
| -DXXH_NAMESPACE=ZSTD_ |
| -CFLAGS ?= -O3 |
| DEBUGFLAGS+=-Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \ |
| -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ |
| -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \ |
| diff -ru a/lib/libzstd.pc.in b/lib/libzstd.pc.in |
| |
| |
| @@ -10,5 +10,5 @@ |
| Description: fast lossless compression algorithm library |
| URL: http://www.zstd.net/ |
| Version: @VERSION@ |
| -Libs: -L${libdir} -lzstd |
| +Libs: -lzstd |
| Cflags: -I${includedir} |