Skip to content

Commit

Permalink
Merge pull request #59 from geofabrik/boost-filesystem
Browse files Browse the repository at this point in the history
Dependency on boost::filesystem
  • Loading branch information
woodpeck authored Mar 28, 2024
2 parents 7f68507 + 8a5cc2c commit 137903b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend-mapnik/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ INSTALLOPTS=-g root -o root
CFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
CXXFLAGS = `mapnik-config --cflags` $(CFLAGS)
CXXFLAGS += -Wall -Wextra -pedantic -Wredundant-decls -Wdisabled-optimization -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wold-style-cast
LDFLAGS= `mapnik-config --libs --ldflags --dep-libs`
LDFLAGS= `mapnik-config --libs --ldflags --dep-libs` -lboost_filesystem

backend-mapnik: renderd.o metatilehandler.o networklistener.o networkmessage.o networkrequest.o networkresponse.o debuggable.o requesthandler.o
$(CXX) -o $@ $^ $(LDFLAGS)
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-apache2,
libboost-program-options-dev,
libboost-filesystem-dev,
libipc-sharelite-perl,
libjson-perl,
libmapnik-dev
Expand Down

0 comments on commit 137903b

Please sign in to comment.