1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +00:00

Ports: Fix detection for -ldl

This commit is contained in:
Gunnar Beutner 2021-04-25 07:21:28 +02:00 committed by Andreas Kling
parent adaf2b347c
commit 6a825510a0
6 changed files with 6 additions and 70 deletions

View file

@ -6,7 +6,7 @@ auth_type=md5
useconfigure=false
build() {
run make scheme CC="${CC} -fpic -pedantic" SYS_LIBS= FEATURES='-DUSE_NO_FEATURES=1 -DInitFile=\"/usr/local/include/tinyscheme/init.scm\"'
run make scheme CC="${CC} -fpic -pedantic" SYS_LIBS='-ldl' FEATURES='-DUSE_NO_FEATURES=1 -DInitFile=\"/usr/local/include/tinyscheme/init.scm\"'
}
install() {