webmcp

changeset 42:5ce77ccdd550

Added TODO related to library compilation to Makefile.options
author jbe
date Sat Oct 16 17:55:15 2010 +0200 (2010-10-16)
parents 0bbfee4d4aed
children 3198806c7904
files Makefile.options
line diff
     1.1 --- a/Makefile.options	Sat Oct 16 17:51:18 2010 +0200
     1.2 +++ b/Makefile.options	Sat Oct 16 17:55:15 2010 +0200
     1.3 @@ -8,6 +8,8 @@
     1.4  SLIB_EXT = so
     1.5  
     1.6  # C compiler flags
     1.7 +# TODO: check alternatives to -D_GNU_SOURCE -fPIC
     1.8 +#       using libtool?
     1.9  CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include -I /usr/local/include/lua51 -I /usr/include/lua5.1
    1.10  
    1.11  # additional C compiler flags for parts which depend on PostgreSQL

Impressum / About Us