Skip to content

Commit 289e6fd

Browse files
committed
Do not use 'ar cq' to build library archives, use 'ar cr' instead.
1 parent cbc5f4f commit 289e6fd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/makefiles/Makefile.bsdi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT = cq
1+
AROPT = cr
22

33
# bsdi 4.0 and later is ELF
44
DLSUFFIX = .so

src/makefiles/Makefile.freebsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT = cq
1+
AROPT = cr
22

33
ifdef ELF_SYSTEM
44
export_dynamic = -export-dynamic

src/makefiles/Makefile.netbsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT = cq
1+
AROPT = cr
22

33
ifdef ELF_SYSTEM
44
export_dynamic = -Wl,-E

src/makefiles/Makefile.openbsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AROPT = cq
1+
AROPT = cr
22

33
ifdef ELF_SYSTEM
44
export_dynamic = -Wl,-E

src/makefiles/Makefile.sco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
override CFLAGS += -dy
22
export_dynamic = -W l,-Bexport
3-
AROPT = cq
3+
AROPT = cr
44

55
DLSUFFIX = .so
66
CFLAGS_SL = -K PIC

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy