Skip to content

Commit

Permalink
There's no need to specify INSPIRCD_BINARY_EXIT in v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jun 29, 2024
1 parent 788a627 commit e00f4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deb/files/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@

override_dh_auto_build:
CPPFLAGS="${CPPFLAGS} -DINSPIRCD_BINARY_EXIT" INSPIRCD_DISABLE_RPATH=1 dh_auto_build
INSPIRCD_DISABLE_RPATH=1 dh_auto_build

override_dh_auto_configure:
if [ ! -z "${INSPIRCD_CONTRIB}" ]; \
Expand Down
2 changes: 1 addition & 1 deletion rpm/inspircd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi
--disable-ownership \
--distribution-label rpm@@INSPIRCD_REVISION@@ \
--system
CPPFLAGS="${CPPFLAGS} -DINSPIRCD_BINARY_EXIT" INSPIRCD_DISABLE_RPATH=1 make %{?_smp_mflags}
INSPIRCD_DISABLE_RPATH=1 make %{?_smp_mflags}

%install
rm -fr $RPM_BUILD_ROOT
Expand Down

0 comments on commit e00f4f1

Please sign in to comment.