Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Sep 28, 2023
1 parent 8ca1686 commit bfd109b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions projects/gnu.org/glibc/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ build:
kernel.org/linux-headers: '~5.15'
working-directory: build
script: |
../configure $ARGS
../configure $ARGS --with-nonshared-cflags="$CFLAGS"
make all #-j {{hw.concurrency}}
cd ..
make test
cd build
make install
make check
make install DESTDIR={{prefix}}
cd {{prefix}}/bin
for s in $SCRIPTS; do
Expand Down

0 comments on commit bfd109b

Please sign in to comment.