Add net-misc/cgo
[sgilles-overlay.git] / sys-apps / mosys / files / mosys-rename-libfmap.patch
blob257e8bb69b72f307e638787f9ddaabbcb66df0c9
1 From 9a092c87bef3e4054f020d41b2dd94bb6ea9b527 Mon Sep 17 00:00:00 2001
2 From: "S. Gilles" <sgilles@math.umd.edu>
3 Date: Sat, 6 Aug 2016 04:46:23 +0000
4 Subject: [PATCH] rename libfmap
6 ---
7 Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/Makefile b/Makefile
11 index c4cd006..818a6df 100644
12 --- a/Makefile
13 +++ b/Makefile
14 @@ -292,7 +292,7 @@ LINUXINCLUDE := -Iinclude \
16 KERNELVERSION = $(CORE).$(MAJOR).$(MINOR)
18 -FMAP_LINKOPT ?= -lfmap-0.3
19 +FMAP_LINKOPT ?= -lfmap
20 LDLIBS := -luuid $(FMAP_LINKOPT)
22 #EXTRA_CFLAGS := $(patsubst %,-l%, $(LIBRARIES))
23 --
24 2.9.1