diff 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
line wrap: on
line diff
--- a/src/xine-lib.mk	Sun Mar 27 15:53:15 2011 +0200
+++ b/src/xine-lib.mk	Sun Mar 27 18:14:08 2011 +0200
@@ -20,7 +20,8 @@
 endef
 
 define $(PKG)_BUILD
-    $(SED) -i 's/-no-undefined//;' '$(1)/configure'
+    # rebuild configure script as one of the patches modifies configure.ac
+    cd '$(1)' && ./autogen.sh
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \