mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
38 stars 14 forks source link

Makefile improvements (fixes for #11 and #12) #20

Closed GoogleCodeExporter closed 6 years ago

GoogleCodeExporter commented 8 years ago
Here are some improvements to makefile:
1) install support
2) destdir support
3) some kind of configuration support

So, it will fix #11 and #12, since it will be possible to add
PSQL_INC=-I/usr/include/postgresql/server
or
LUA_INC=-I/usr/include/luajit-2.0
and so on

Original issue reported on code.google.com by mva.name on 12 May 2013 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by MWild1 on 12 May 2013 at 4:58

GoogleCodeExporter commented 8 years ago
Fixed patch (s/5.1/LUA_V/ in LUA_INC)

Original comment by mva.name on 13 May 2013 at 5:07

Attachments:

sparked435 commented 6 years ago

Patch had bitrotted and would not apply; changes made manually.