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:
456b789
)
gstreamer1: build without libdw
author
Eneas U de Queiroz
<redacted>
Fri, 14 Dec 2018 23:46:42 +0000
(21:46 -0200)
committer
Eneas U de Queiroz
<redacted>
Sat, 15 Dec 2018 00:01:18 +0000
(22:01 -0200)
Avoids dependencies with libdw and libelf.
Signed-off-by: Eneas U de Queiroz <redacted>
multimedia/gstreamer1/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gstreamer1/Makefile
b/multimedia/gstreamer1/Makefile
index 01b621db287a8101cd09e4d72a58fbf63e427c66..75bdb9866aa74e8d7cd41a65ca30eeb33d30b211 100644
(file)
--- a/
multimedia/gstreamer1/Makefile
+++ b/
multimedia/gstreamer1/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gstreamer1
PKG_VERSION:=1.14.4
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
Ted Hess <thess@kitschensync.net>
@@
-127,6
+127,7
@@
CONFIGURE_ARGS += \
--disable-gtk-doc-html \
--disable-tests \
--disable-valgrind \
+ --without-dw \
--without-libiconv-prefix \
--without-libintl-prefix \
--without-unwind
git clone https://git.99rst.org/PROJECT