Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 18, 2019
1 parent 2ba71c3 commit fd78c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/debian/rules
Expand Up @@ -77,7 +77,7 @@ define CONFIGURE_COMMON
-Dhostname="XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX" \
-Dincludes=yes \
-Drpath=no \
-DVERSION_STRING="$(BAREOS_VERSION)"
-DVERSION_STRING=\"$(BAREOS_VERSION)\"
endef

# --docdir="\$(_docdir)/bareos" \
Expand Down
2 changes: 1 addition & 1 deletion core/platforms/packaging/bareos.spec
Expand Up @@ -815,7 +815,7 @@ cmake .. \
-Dsystemd=yes \
%endif
-Dincludes=yes \
-DVERSION_STRING="%version"
-DVERSION_STRING=\"%version\"

#Add flags
%__make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags};
Expand Down

0 comments on commit fd78c7b

Please sign in to comment.