We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613f73e commit 5969bb6Copy full SHA for 5969bb6
1 file changed
packages/vdr/vdr-depends/_xine-lib/package.mk
@@ -34,5 +34,7 @@ PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr/local \
34
pre_configure_target() {
35
export LDFLAGS="$(echo ${LDFLAGS} | sed -e "s|-Wl,--as-needed||") -L${SYSROOT_PREFIX}/usr/local/lib"
36
37
- ./autogen.sh noconfig
+ if [ -f ./autogen.sh ]; then
38
+ ./autogen.sh noconfig
39
+ fi
40
}
0 commit comments