--- Makefile 2009/12/10 11:54:10 5 +++ Makefile 2010/04/18 11:05:58 6 @@ -4,9 +4,9 @@ # libspoopc can be built with/without some features: # # the full libspopc: with semaphres and SSL (openssl) -VERSION=0.12rs -CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -D_REENTRANT -DUSE_SEM -LDFLAGS=-lssl -lcrypto -lrt +#VERSION=0.12rs +#CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -D_REENTRANT -DUSE_SEM +#LDFLAGS=-lssl -lcrypto -lrt # # the full libspopc: with mutexes and SSL (openssl) #VERSION=0.12ps @@ -19,9 +19,9 @@ #LDFLAGS=-lssl -lcrypto # # the backward-compat non-reentrant non-SSL libspopc -#VERSION=0.12n -#CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os -#LDFLAGS= +VERSION=0.12n +CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os +LDFLAGS= # # info: strdup, snprintf.. are not in ANSI versions of stdio.h/string.h # this could be nice to conform to -ansi or to -std=iso9899:199409