summaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-01-04 19:31:31 +0000
committerjbj <devnull@localhost>2005-01-04 19:31:31 +0000
commit84ec406c35efeb8fb566ceab2fb1a4796cf7b447 (patch)
treec4e2c7a7c3c5d0ad6fc2dcd64921bb3d6a2483e5 /file
parent6da6f7fc0a87818021bb07705450a29f46d7f14b (diff)
downloadrpm-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.tar.gz
rpm-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.tar.bz2
rpm-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.zip
- mac os x patches (#133611, #133612, #134637).
CVS patchset: 7673 CVS date: 2005/01/04 19:31:31
Diffstat (limited to 'file')
-rw-r--r--file/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/file/src/Makefile.am b/file/src/Makefile.am
index 1977b887e..2120601fc 100644
--- a/file/src/Makefile.am
+++ b/file/src/Makefile.am
@@ -23,7 +23,7 @@ libmagic_la_LDFLAGS = -version-info 1:0:0
noinst_PROGRAMS = file
file_SOURCES = file.c
-file_LDFLAGS = -all-static
+file_LDFLAGS = # -all-static
file_LDADD = libmagic.la
listobjs: