commit 8a94892
hovercats
·
2024-03-11 18:30:22 +0000 UTC
parent b50a4b8
libfontenc: specify variables to find headers and libraries
1 files changed,
+3,
-0
+3,
-0
1@@ -1,5 +1,8 @@
2 #!/bin/sh -e
3
4+export LIBS="-L/pkg/lib"
5+export CFLAGS="$CFLAGS -I/pkg/include"
6+
7 ./configure \
8 --prefix=/pkg \
9 --with-fontrootdir=/pkg/share/fonts/X11 \