Skip to content

Commit

Permalink
fix lsl
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Oct 19, 2024
1 parent 4b23a44 commit e5ee4df
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/containers/lsl/ympbuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@ maintainer='sulincix'
license=('GPLv3')
source=("https://gitlab.com/sulincix/debian-subsystem/-/archive/1.0.1/debian-subsystem-$version.tar.gz"
"lsl.sysconf")
depends=(pam)
depends=(pam make perl)
makedepends=()
sha256sums=('a0a35e0a28fe8b5aa2ffd383dcfe43ea607eb6dc8e3bff1c24b37980b31ca25e'
sha256sums=('5ac2d03b363650f50e51bd8232648d401310f67aee8432ffe61b1e3a6f3881a0'
'SKIP')
group=(app.container)
dontstrip="31"
uses=()
arch=('x86_64')

cd debian-subsystem-$version

export CFLAGS=""
export CXXFLAGS=""


build () {
# parallel job build and install is not supported.
make
Expand Down

0 comments on commit e5ee4df

Please sign in to comment.