Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/util-linux/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD
new file mode 100644
index 00000000..5aabd614
--- /dev/null
+++ b/core/util-linux/PKGBUILD
@@ -0,0 +1,7 @@
+# enable floppy stuff (we are a legacy distro and we like legacy stuff :-) )
+eval "$(
+ declare -f build | \
+ sed '
+ s/configure/configure --enable-fdformat/
+ '
+)"