mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 17:42:36 +08:00
Change configure.ac from OpenWrt to support Mac OS
This change is from the OpenWrt project, from the URL: https://dev.openwrt.org/ticket/18998 It enables patchelf to sucessfully compile and run under Mac OS and keeps compatibility with Linux. Tested under Mac OS X 10.9.5 and Ubuntu 15.04 to patch a binary of type ELF 32-bit LSB executable - the patch fully worked This patch is credited to Felix Fietkau
This commit is contained in:

committed by
Eelco Dolstra

parent
f6886c2c33
commit
3b9e7913a6
@@ -1,4 +1,4 @@
|
||||
AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)]))
|
||||
AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
|
||||
AC_CONFIG_SRCDIR([src/patchelf.cc])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
|
||||
|
Reference in New Issue
Block a user