wok diff bsc/stuff/patches/makefile-3.2.4 @ rev 25157

updated pugixml (1.10 -> 1.12.1)
author Hans-G?nter Theisgen
date Thu Jun 30 16:40:03 2022 +0100 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bsc/stuff/patches/makefile-3.2.4	Thu Jun 30 16:40:03 2022 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- makefile.orig
     1.5 ++++ makefile
     1.6 +@@ -49,7 +49,7 @@
     1.7 + all: libbsc.a bsc
     1.8 + 
     1.9 + bsc: libbsc.a bsc.cpp
    1.10 +-	$(CC) $(CFLAGS) bsc.cpp -o bsc -L. -lbsc
    1.11 ++	$(CC) $(CFLAGS) bsc.cpp -o bsc -L. -lbsc -lstdc++
    1.12 + 
    1.13 + libbsc.a: $(OBJS)
    1.14 + 	rm -f libbsc.a