Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Apr 26, 2023
1 parent 00982e3 commit 79632c8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions projects/gnu.org/glibc/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ build:
script: |
../configure $ARGS
make all #-j {{hw.concurrency}}
cd ..
make test
cd build
make check
make install
cd {{prefix}}/bin
Expand Down Expand Up @@ -59,6 +55,7 @@ build:
- --enable-obsolete-rpc
- --without-gd
- --without-selinux
- --with-nonshared-cflags="-O2 -fPIC"
- --with-binutils={{deps.gnu.org/binutils.prefix}}/bin
- --with-headers={{deps.kernel.org/linux-headers.prefix}}/include
# ChatGPT
Expand Down

0 comments on commit 79632c8

Please sign in to comment.