commit 9898e4d

hovercats  ·  2024-02-24 18:11:54 +0000 UTC
parent 92e64cf
libXau: specify XAU_CFLAGS and XAU_LIBS, else it doesnt seem to be able to find headers and libs
1 files changed,  +2, -0
+2, -0
1@@ -1,6 +1,8 @@
2 #!/bin/sh -e
3 
4 export DESTDIR="$1"
5+export XAU_CFLAGS=-I/pkg/include
6+export XAU_LIBS=-L/pkg/lib
7 
8 TMPDIR="$1/tmp"
9