From 311a559c9c27999bff8e138cdac03ec500db439c Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Fri, 13 Dec 2019 14:00:13 -0500 Subject: [PATCH] Fix compilation procedure --- libarchive/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libarchive/Makefile b/libarchive/Makefile index ddc33eb..7e9b6bb 100644 --- a/libarchive/Makefile +++ b/libarchive/Makefile @@ -1,12 +1,8 @@ CFLAGS = -g INCLUDE = -I/usr/include -I. -LIBS = -L/usr/local/lib -l:libarchive.so.13.1.2 +LIBS = -larchive -#if PYTHON_VERSION -PYVER = $(PYTHON_VERSION) -#else -PYVER = 2.7 -#endif +PYVER ?= 2.7 all: __libarchive.so