1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 20:41:27 +00:00

sc: Restore -DSYSV3 for CFLAGS

This commit is contained in:
xtkoba 2021-10-10 02:06:45 +09:00 committed by Henrik Grimler
parent 70ef119cd2
commit 356201e39c

View File

@ -28,7 +28,7 @@
#CFLAGS=-DSYSV3 -O2 -Wall -pipe
-CFLAGS=-DSYSV3 -O2 -pipe
-LIB=-lm -lncurses
+# CFLAGS=-DSYSV3 -O2 -pipe
+CFLAGS+=-DSYSV3
+
+LIB=-L$(prefix)/lib -lm -lncurses