projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6981734
)
fwknop: fix building without gpg
1849/head
author
Timothy Redaelli
<timothy.redaelli@gmail.com>
Tue, 1 Sep 2015 13:21:35 +0000
(15:21 +0200)
committer
Timothy Redaelli
<timothy.redaelli@gmail.com>
Fri, 9 Oct 2015 15:10:13 +0000
(17:10 +0200)
net/fwknop/Makefile
patch
|
blob
|
history
diff --git
a/net/fwknop/Makefile
b/net/fwknop/Makefile
index 13c2681f551665cab96c454442d1a6385861911b..2114cc9aa6192b7efc975a71954b335ac6441db4 100644
(file)
--- a/
net/fwknop/Makefile
+++ b/
net/fwknop/Makefile
@@
-87,7
+87,7
@@
define Package/libfko/description
endef
-if
eq ($(CONFIG_FWKNOPD_GPG),n
)
+if
neq ($(CONFIG_FWKNOPD_GPG),y
)
CONFIGURE_ARGS += --without-gpgme
endif