lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

200-ranlib.patch (257B)


      1 --- a/src/port/Makefile
      2 +++ b/src/port/Makefile
      3 @@ -53,6 +53,7 @@ uninstall:
      4  libpgport.a: $(OBJS)
      5  	rm -f $@
      6  	$(AR) $(AROPT) $@ $^
      7 +	$(RANLIB) libpgport.a
      8  
      9  # thread.o needs PTHREAD_CFLAGS (but thread_srv.o does not)
     10  thread.o: CFLAGS+=$(PTHREAD_CFLAGS)