Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97a214e7e1 |
3
Makefile
3
Makefile
@@ -13,7 +13,7 @@ ARCH = x86_64
|
||||
URL = http://www.mpfr.org/
|
||||
DESC = The MPFR library is a C library for multiple-precision floating-point \
|
||||
computations with correct rounding.
|
||||
SNAPVER = 2
|
||||
SNAPVER = 3
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -46,6 +46,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
@cd $(SRCDIR); \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/lib \
|
||||
--disable-static \
|
||||
-enable-thread-safe \
|
||||
--build=x86_64-snap-linux-gnu \
|
||||
|
||||
Reference in New Issue
Block a user