• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/zlib/zlib-arflags.patch
Mike FrysingerMike Frysinger committed 02a28380e9b31 Aug 2005
Raw file
Source viewDiff to previous
 
1
--- zlib-1.2.3/Makefile.in
2
+++ zlib-1.2.3/Makefile.in
3
@@ -33,7 +33,8 @@
4
 SHAREDLIBV=libz.so.1.2.3
5
 SHAREDLIBM=libz.so.1
6
 
7
-AR=ar rc
8
+AR=ar
9
+ARFLAGS=rc
10
 RANLIB=ranlib
11
 TAR=tar
12
 SHELL=/bin/sh
13
@@ -68,7 +69,7 @@
14
    fi
15
 
16
 libz.a: $(OBJS) $(OBJA)
17
-   $(AR) $@ $(OBJS) $(OBJA)
18
+   $(AR) $(ARFLAGS) $@ $(OBJS) $(OBJA)
19
    -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
20
 
21
 match.o: match.S
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.