lastpass-cli is an open-source command-line interface to the popular LastPass password management service.
13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2015/09/02 16:10:06 sthen Exp $
|
|
--- Makefile.orig Tue Aug 11 19:42:03 2015
|
|
+++ Makefile Thu Aug 27 17:37:15 2015
|
|
@@ -6,7 +6,7 @@ MANDIR ?= $(PREFIX)/share/man
|
|
|
|
CFLAGS ?= -O3 -march=native -fomit-frame-pointer -pipe
|
|
CFLAGS += -std=gnu99 -D_GNU_SOURCE
|
|
-CFLAGS += -pedantic -Wall -Wextra -Wno-language-extension-token
|
|
+CFLAGS += -pedantic -Wall -Wextra
|
|
CFLAGS += -MMD
|
|
|
|
UNAME_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
|