mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
vdr-plugin-live: fix libiconv location
This commit is contained in:
@@ -36,7 +36,7 @@ PKG_AUTORECONF="no"
|
||||
pre_configure_target() {
|
||||
export CFLAGS="$CFLAGS -fPIC"
|
||||
export CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
export LDFLAGS="$LDFLAGS -fPIC"
|
||||
export LDFLAGS="$LDFLAGS -fPIC -L$SYSROOT_PREFIX/usr/lib/iconv"
|
||||
}
|
||||
|
||||
pre_make_target() {
|
||||
|
||||
Reference in New Issue
Block a user