diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-01-21 21:16:03 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-01-21 21:16:03 +0100 |
commit | 51c9940273a623240018ef12f2875309a44230f9 (patch) | |
tree | 54eaad73ea02b811363b87dd5d9873ff0fe04262 /testing | |
parent | a8d7a02b326982829385a184c2b54dcfb18e62a4 (diff) | |
download | aports-51c9940273a623240018ef12f2875309a44230f9.zip |
testing/setserial: fix build by adding linux-headers in makedepends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/setserial/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/setserial/APKBUILD b/testing/setserial/APKBUILD index 5b10cd70aba..fb327d37400 100644 --- a/testing/setserial/APKBUILD +++ b/testing/setserial/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="tool for change various attributes of a serial device" url="http://setserial.sourceforge.net/" arch="all" license="GPL-2.0-only" -makedepends="groff" +makedepends="groff linux-headers" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/sourceforge/setserial/setserial-$pkgver.tar.gz ioctls.patch |