Clifton Barnes
4 years ago
No known key found for this signature in database
GPG Key ID: 4D011A1BC4B239D7
1 changed files with
2 additions and
6 deletions
-
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 |
|
|
|
|
|
|
|