diff --git a/src/patchelf.cc b/src/patchelf.cc index 619d4033..40e56b2b 100644 --- a/src/patchelf.cc +++ b/src/patchelf.cc @@ -40,6 +40,14 @@ #include "elf.h" +#ifndef PACKAGE_STRING +#define PACKAGE_STRING "patchelf" +#endif +#ifndef PAGESIZE +#define PAGESIZE 4096 +#endif + + static bool debugMode = false; static bool forceRPath = false;