1fa08665ef
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/patch#961dbc996f263a22a7e98d6e6a7d6e7dadaa8dc5
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
srpm patch
|
|
mcd $BUILDDIR/$1
|
|
cat <<EOF > config.cache
|
|
ac_cv_func_strnlen_working=yes
|
|
EOF
|
|
$SRC/${1}-*/configure $TCONFIGARGS --cache-file=config.cache
|
|
notparallel
|
|
make $J V=1
|
|
make $J install DESTDIR=${ROOTFS}
|