diff options
Diffstat (limited to 'src/ragel.mk')
-rw-r--r-- | src/ragel.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ragel.mk b/src/ragel.mk index ef5e360..2c146a5 100644 --- a/src/ragel.mk +++ b/src/ragel.mk @@ -19,7 +19,8 @@ endef define $(PKG)_BUILD_$(BUILD) cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \ - --prefix='$(PREFIX)/$(BUILD)' + --prefix='$(PREFIX)/$(BUILD)' \ + CXXFLAGS=-std=c++03 $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' $(MAKE) -C '$(BUILD_DIR)' -j 1 install endef |