Skip to content

Commit 79632c8

Browse files
committed
wip
1 parent 00982e3 commit 79632c8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

projects/gnu.org/glibc/package.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ build:
2525
script: |
2626
../configure $ARGS
2727
make all #-j {{hw.concurrency}}
28-
29-
cd ..
30-
make test
31-
cd build
32-
28+
make check
3329
make install
3430
3531
cd {{prefix}}/bin
@@ -59,6 +55,7 @@ build:
5955
- --enable-obsolete-rpc
6056
- --without-gd
6157
- --without-selinux
58+
- --with-nonshared-cflags="-O2 -fPIC"
6259
- --with-binutils={{deps.gnu.org/binutils.prefix}}/bin
6360
- --with-headers={{deps.kernel.org/linux-headers.prefix}}/include
6461
# ChatGPT

0 commit comments

Comments
 (0)