comparison src/librtmp.mk @ 2633:05c6238601ae

package librtmp: portability macro for make
author Mark Brand <mabrand@mabrand.nl>
date Sun, 17 Jun 2012 22:44:00 +0200
parents e2cb207e6119
children 100e618349f7
comparison
equal deleted inserted replaced
2632:066ce808ad93 2633:05c6238601ae
13 echo 'Warning: Updates are temporarily disabled for package librtmp.' >&2; 13 echo 'Warning: Updates are temporarily disabled for package librtmp.' >&2;
14 echo $(librtmp_VERSION) 14 echo $(librtmp_VERSION)
15 endef 15 endef
16 16
17 define $(PKG)_BUILD 17 define $(PKG)_BUILD
18 make -C '$(1)' \ 18 $(MAKE) -C '$(1)' \
19 CROSS_COMPILE='$(TARGET)-' \ 19 CROSS_COMPILE='$(TARGET)-' \
20 prefix='$(PREFIX)/$(TARGET)' \ 20 prefix='$(PREFIX)/$(TARGET)' \
21 SYS=mingw \ 21 SYS=mingw \
22 CRYPTO=GNUTLS \ 22 CRYPTO=GNUTLS \
23 SHARED=no \ 23 SHARED=no \