comparison src/sdl.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children b6c7244a2f66
comparison
equal deleted inserted replaced
3012:100e618349f7 3013:bcc26ffe9a0f
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 $(SED) -i 's,-mwindows,-lwinmm -mwindows,' '$(1)/configure' 19 $(SED) -i 's,-mwindows,-lwinmm -mwindows,' '$(1)/configure'
20 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \
21 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 21 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
22 --host='$(TARGET)' \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
24 --prefix='$(HOST_PREFIX)' \ 24 --prefix='$(HOST_PREFIX)' \
25 --enable-threads \ 25 --enable-threads \
26 --enable-directx \ 26 --enable-directx \
27 --disable-stdio-redirect 27 --disable-stdio-redirect