aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYuuki Galaxy2019-10-25 17:27:37 +0800
committerYuuki Galaxy2019-10-25 17:27:37 +0800
commit3306fd00b2cd1ca5d466b5fcd9df060d8c8a4b33 (patch)
treee02ccf939c8237d2678cac594359d980a130632b /README.md
parent86a58110cfa906ac1ef3e3eb3c9412205bb3a98a (diff)
downloadaur-3306fd00b2cd1ca5d466b5fcd9df060d8c8a4b33.tar.gz
Add some notes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad80bb591aac..babbfbbb8f96 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# oss-git
+Some part of the package, not the kernel module, requires GAWK4 (below 5.0) to make properly.
+
Original Source: <https://aur.archlinux.org/packages/oss-git>.
Fix Compile error with ossdetect with glibc starting with version 2.23 accroding to <http://ossnext.trueinstruments.com/forum/viewtopic.php?t=5855>.
@@ -12,4 +14,9 @@ See also: <https://forums.gentoo.org/viewtopic-t-1039602-start-0.html>.
```bash
makepkg --printsrcinfo > .SRCINFO
+
+git checkout master
+git merge --squash bugfix
+git commit
```
+