wok view bsc/stuff/patches/makefile-3.2.4 @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents
children
line source
1 --- makefile.orig
2 +++ makefile
3 @@ -49,7 +49,7 @@
4 all: libbsc.a bsc
6 bsc: libbsc.a bsc.cpp
7 - $(CC) $(CFLAGS) bsc.cpp -o bsc -L. -lbsc
8 + $(CC) $(CFLAGS) bsc.cpp -o bsc -L. -lbsc -lstdc++
10 libbsc.a: $(OBJS)
11 rm -f libbsc.a