Author: wolvverine Date: Sun Aug 6 19:36:01 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix undefined symbols
---- Files affected: SOURCES: ipw3945-fix_undefined_symbols.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ipw3945-fix_undefined_symbols.patch diff -u /dev/null SOURCES/ipw3945-fix_undefined_symbols.patch:1.1 --- /dev/null Sun Aug 6 21:36:01 2006 +++ SOURCES/ipw3945-fix_undefined_symbols.patch Sun Aug 6 21:35:56 2006 @@ -0,0 +1,12 @@ +diff -uNr ipw3945-1.1.0.org/Makefile ipw3945-1.1.0/Makefile +--- ipw3945-1.1.0.org/Makefile 2006-07-14 15:34:55.000000000 +0000 ++++ ipw3945-1.1.0/Makefile 2006-08-06 18:43:31.000000000 +0000 +@@ -237,7 +237,7 @@ + rm -f tags TAGS + + modules: +- $(MAKE) -C $(KSRC) M=$(DIR) $(IEEE80211_EXTRA) modules ++ $(MAKE) -C $(KSRC) M=$(DIR) $(IEEE80211_EXTRA) MODVERDIR=$(IEEE80211_MODVERDIR) modules + + add_radiotap: + @snapshot/add_radiotap $(KSRC) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
