Skip to content

Commit 374c92a

Browse files
authored
Merge pull request #299 from NixOS/package-string
define default PACKAGE_STRING
2 parents 6965ad3 + b9dcf5b commit 374c92a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/patchelf.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040

4141
#include "elf.h"
4242

43+
#ifndef PACKAGE_STRING \
44+
#define PACKAGE_STRING "patchelf"
45+
#endif
4346

4447
static bool debugMode = false;
4548

0 commit comments

Comments
 (0)