changeset 224:879f74dc81eb

portability fix for MacOS X
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 05 Feb 2009 18:37:53 +0100
parents e5fc7b83aff3
children 1330f7f6686d
files src/smpeg.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/smpeg.mk	Thu Feb 05 10:57:48 2009 +0100
+++ b/src/smpeg.mk	Thu Feb 05 18:37:53 2009 +0100
@@ -17,6 +17,7 @@
 
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
+        AR='$(TARGET)-ar' \
         NM='$(TARGET)-nm' \
         --host='$(TARGET)' \
         --disable-shared \