Commit Graph

16 Commits

Author SHA1 Message Date
Jochen Topf 237240107f Various fixes for easier Debian packaging 2014-03-12 14:09:13 +01:00
Jochen Topf deef7f0b0a Improved build script.
The debian build has been changed to not use dh_auto_build etc. because they
pick up the CMake files instead of using the Makefiles.
2014-03-11 11:25:07 +01:00
Jochen Topf 81985fec4a Force building with -fPIC.
The debian build wasn't picking up the -fPIC because it sets CXXFLAGS.
2013-12-12 22:56:41 +01:00
Jochen Topf ee52133e05 Fix Debian build 2013-09-02 20:50:33 +02:00
Scott Crosby 3d5dd4b7bb merged 2013-09-02 12:15:24 -05:00
Scott Crosby 538425c954 merged 2013-09-02 11:51:59 -05:00
Jochen Topf 2cd0806c92 Compile with -fPIC
This is needed on 64bit machines when the resulting static library will later
be included in a dynamic library.
2013-08-30 17:42:14 +02:00
Dmitry Marakasov 2c281c9bf8 Make CXX/CXXFLAGS overridable
This makes it easier to support systemwide compiler settings.
While here, link with pthreads in a more correct way (-pthread instead
of -lpthread).
2013-08-27 22:16:22 +04:00
Thomas Friebel b8266ac09f Do not set file user:group to 'root:root' during installation
When run as root, files will be 'root:root' anyway. When run as user
changing user:group will fail. Furthermore, the group 'root' is not
available on all systems.
2013-03-09 13:19:56 +01:00
Thomas Friebel 1cbcd0078e Install to /usr/local per default 2013-03-09 12:46:58 +01:00
Thomas Friebel 2b7a332957 Allow overriding protoc path from the command line 2013-03-09 12:42:20 +01:00
Thomas Friebel 705e60496b Allow overriding Makefile variables from the command line 2013-03-09 12:42:11 +01:00
Jochen Topf 7aaa1a5e50 Fixed build of osmpbf-outline tool 2011-06-05 19:22:24 +02:00
Jochen Topf 282bb229f5 New osmpbf.h and new debian package.
* New osmpbf.h makes including easier and defines some often used constants
* README now explains how to use the lib
* New version of debian package includes
    * osmpbf.h
    * osmpbf-outline tool
    * README
2011-06-03 12:12:07 +02:00
Jochen Topf c7dce29491 Added README, debian config 2011-04-13 22:40:46 +02:00
Jochen Topf 15f74101a4 Add Makefile to build .h files and lib 2011-04-13 21:45:20 +02:00