comparison src/xine-lib.mk @ 1709:b32558e52428

don't remove the "-no-undefined" flag, but provide clean bugfixes instead for packages exiv2 and xine-lib
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 27 Mar 2011 18:14:08 +0200
parents 766d5937433f
children 9d2d31e8f84d
comparison
equal deleted inserted replaced
1708:d3c23d0cf3f7 1709:b32558e52428
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 # rebuild configure script as one of the patches modifies configure.ac
24 cd '$(1)' && ./autogen.sh
24 cd '$(1)' && ./configure \ 25 cd '$(1)' && ./configure \
25 --host='$(TARGET)' \ 26 --host='$(TARGET)' \
26 --prefix='$(PREFIX)/$(TARGET)' \ 27 --prefix='$(PREFIX)/$(TARGET)' \
27 --enable-static \ 28 --enable-static \
28 --disable-shared \ 29 --disable-shared \