moonbridge

changeset 25:2916ad931f7e

Added default compile options for Debian
author jbe
date Fri Jan 30 00:27:28 2015 +0100 (2015-01-30)
parents 159aa2706cdf
children 19a6d18bf34e
files Makefile
line diff
     1.1 --- a/Makefile	Thu Jan 29 23:48:04 2015 +0100
     1.2 +++ b/Makefile	Fri Jan 30 00:27:28 2015 +0100
     1.3 @@ -13,7 +13,13 @@
     1.4  .elif $(PLATFORM) == "Linux"
     1.5  # Distinguish between different Linux distributions
     1.6  DISTRIBUTION != lsb_release -i -s
     1.7 -.if $(DISTRIBUTION) == "Ubuntu"
     1.8 +.if $(DISTRIBUTION) == "Debian"
     1.9 +# Default configuration for Debian
    1.10 +LUA_INCLUDE ?= /usr/include/lua5.2
    1.11 +LUA_LIBDIR  ?= /usr/lib
    1.12 +LUA_LIBRARY ?= lua5.2
    1.13 +UTIL_FLAGS  ?= -ldl -lbsd -lrt
    1.14 +.elif $(DISTRIBUTION) == "Ubuntu"
    1.15  # Default configuration for Ubuntu
    1.16  LUA_INCLUDE ?= /usr/include/lua5.2
    1.17  LUA_LIBDIR  ?= /usr/lib/x86_64-linux-gnu

Impressum / About Us