Skip to content

Commit 9c54b81

Browse files
committed
wip
1 parent 00982e3 commit 9c54b81

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

projects/gnu.org/glibc/package.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ build:
2323
kernel.org/linux-headers: '~5.15'
2424
working-directory: build
2525
script: |
26-
../configure $ARGS
26+
../configure $ARGS --with-nonshared-cflags="$CFLAGS"
2727
make all #-j {{hw.concurrency}}
28-
29-
cd ..
30-
make test
31-
cd build
32-
33-
make install
28+
make check
29+
make install DESTDIR={{prefix}}
3430
3531
cd {{prefix}}/bin
3632
for s in $SCRIPTS; do

0 commit comments

Comments
 (0)