comparison src/xine-lib.mk @ 1702:766d5937433f

package xine-lib: gcc 4.6 workaround
author Mark Brand <mabrand@mabrand.nl>
date Sat, 26 Mar 2011 01:42:00 +0100
parents 9e587ca588dc
children b32558e52428
comparison
equal deleted inserted replaced
1701:5225c755c0ea 1702:766d5937433f
18 $(SED) -n 's,^\([0-9][^< ]*\)<.*,\1,p' | \ 18 $(SED) -n 's,^\([0-9][^< ]*\)<.*,\1,p' | \
19 head -1 19 head -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 $(SED) -i 's/-no-undefined//;' '$(1)/configure'
23 cd '$(1)' && ./configure \ 24 cd '$(1)' && ./configure \
24 --host='$(TARGET)' \ 25 --host='$(TARGET)' \
25 --prefix='$(PREFIX)/$(TARGET)' \ 26 --prefix='$(PREFIX)/$(TARGET)' \
26 --enable-static \ 27 --enable-static \
27 --disable-shared \ 28 --disable-shared \