diff options
Diffstat (limited to 'homebrew/libnatpmp/.make.sh-auto')
-rw-r--r-- | homebrew/libnatpmp/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/libnatpmp/.make.sh-auto b/homebrew/libnatpmp/.make.sh-auto new file mode 100644 index 000000000..a29a53e7d --- /dev/null +++ b/homebrew/libnatpmp/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +inreplace "Makefile", "-Wl,-install_name,$(SONAME)", "-Wl,-install_name,$(INSTALLDIRLIB)/$(SONAME)" +make INSTALLPREFIX=${PKG_TAPF} DESTDIR=${PKG_DEST} install |