git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a6529c2
)
ola: Remove HOST_LDFLAGS hack
author
Rosen Penev
<redacted>
Thu, 26 Sep 2019 05:00:04 +0000
(22:00 -0700)
committer
Rosen Penev
<redacted>
Thu, 26 Sep 2019 05:00:04 +0000
(22:00 -0700)
This has been solved properly.
Signed-off-by: Rosen Penev <redacted>
net/ola/Makefile
patch
|
blob
|
history
diff --git
a/net/ola/Makefile
b/net/ola/Makefile
index 7081f3c47ba09eaa4e5348890e276be48b7ca075..4b3f77456dfdebf7281c0e7e316ddfbe5cbc4369 100644
(file)
--- a/
net/ola/Makefile
+++ b/
net/ola/Makefile
@@
-65,8
+65,6
@@
HOST_CONFIGURE_ARGS += \
--disable-doxygen-html \
--disable-doxygen-doc
-HOST_LDFLAGS += -Wl,-rpath="$(STAGING_DIR_HOSTPKG)/lib"
-
# only build the ola_protoc thingy
define Host/Compile
cd $(HOST_BUILD_DIR); \
git clone https://git.99rst.org/PROJECT