Ticket #65628: patch-libSNL-build.diff
File patch-libSNL-build.diff, 380 bytes (added by mbrethen, 2 years ago) |
---|
-
src/makefile
diff -ur libSNL.orig/src/makefile libSNL/src/makefile
old new 15 15 16 16 libName = libSNL.so.0.2 17 17 18 export cflags = - Wall -fPIC-O319 export cname = g++18 export cflags = -fPIC -Wall -O3 19 export cname = CXX 20 20 21 21 CXXFLAGS += $(cflags) 22 22 CFLAGS += $(cflags)