mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
iptables: remove RPATH
This commit is contained in:
parent
a15d1cd961
commit
254219ed6e
@ -12,6 +12,10 @@ PKG_DEPENDS_TARGET="toolchain linux:host libmnl libnftnl"
|
|||||||
PKG_LONGDESC="IP packet filter administration."
|
PKG_LONGDESC="IP packet filter administration."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p ${INSTALL}/usr/config/iptables/
|
mkdir -p ${INSTALL}/usr/config/iptables/
|
||||||
cp -PR ${PKG_DIR}/config/README ${INSTALL}/usr/config/iptables/
|
cp -PR ${PKG_DIR}/config/README ${INSTALL}/usr/config/iptables/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user