projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b61fa9
)
Fix redundant TARGET_CFLAGS in hnsd Makefile
author
RISCi_ATOM
<bob@bobcall.me>
Thu, 6 Sep 2018 08:50:06 +0000
(
04:50
-0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Thu, 6 Sep 2018 08:50:06 +0000
(
04:50
-0400)
package/network/services/hnsd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hnsd/Makefile
b/package/network/services/hnsd/Makefile
index ebc88ae39dfe0bf6df1522c8832b790964ae64bd..11e10a6da540f0ed3631ff09a25d44f206dceb4b 100644
(file)
--- a/
package/network/services/hnsd/Makefile
+++ b/
package/network/services/hnsd/Makefile
@@
-50,7
+50,6
@@
define Build/Compile
LDLIBS="$(LDLIBS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
CROSS_COMPILE="$(TARGET_CROSS)" \
- EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
ARCH="$(ARCH)"
endef