diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-30 21:40:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-30 21:40:09 +0200 |
commit | 8cb590559f2f6fa016e47952d9c9f9fb4d663005 (patch) | |
tree | f5539383baa84c6fd64009aca8a6c1f05017eba4 /debian/rules | |
parent | 464c8acd87ad96e8a7046aba94b047cb79c65571 (diff) | |
download | weechat-8cb590559f2f6fa016e47952d9c9f9fb4d663005.zip |
core: add ":BOOL" in cmake option "ENABLE_DOC" (use same format as other options) (debian packaging)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c68153ae3..80e1dc01a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ $(BUILDDIR)/Makefile: mkdir -p $(BUILDDIR) cd $(BUILDDIR) && \ cmake .. \ - -DENABLE_DOC=ON \ + -DENABLE_DOC:BOOL=ON \ -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ |