mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
11 lines
248 B
Diff
11 lines
248 B
Diff
--- configure.orig
|
|
+++ configure
|
|
@@ -272,7 +272,7 @@
|
|
# does the C compiler actually work ?
|
|
#
|
|
printf "checking whether the C compiler works..."
|
|
-(
|
|
+echo || (
|
|
cd "$tmpdir"
|
|
echo 'main (int argc, char *argv[]) { return 0; }' >$cbasename
|
|
if
|