Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
fd435ad0d9
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      package/base/wireless-tools/ranlib-and-ar-vars.patch

+ 13
- 0
package/base/wireless-tools/ranlib-and-ar-vars.patch

@ -0,0 +1,13 @@
--- ./Makefile.orig 2004-06-25 18:54:11.879375160 +0200
+++ ./Makefile 2004-06-25 18:52:36.304904688 +0200
@@ -121,8 +121,8 @@
# Compilation of the static library
$(STATIC): $(OBJS)
$(RM) $@
- ar cru $@ $^
- ranlib $@
+ $(AR) cru $@ $^
+ $(RANLIB) $@
# So crude but so effective ;-)
# Less crude thanks to many contributions ;-)

Loading…
Cancel
Save