summaryrefslogtreecommitdiff
path: root/archivers/star/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-07-19 20:36:41 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-07-19 20:36:41 +0000
commit51c3869a15f9612c6531d5478f9e6c359a7d39cc (patch)
tree21aa69a0d0416009781bd2d6afab3effe176da8f /archivers/star/files
parentforgot to remove no package entirely (diff)
link it statically...
changed installation path from ${PREFIX}/bin to ${PREFIX}/sbin noticed, that ${PREFIX}/sbin is populated by dynamically linked programs... Wasn't the intention of sbin directories, to include statically linked programs ? Or is this degenerated, because it's ports here and the only statically linked programs reside on the root filesystem in /sbin ???
Notes
Notes: svn path=/head/; revision=20277
Diffstat (limited to 'archivers/star/files')
-rw-r--r--archivers/star/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/star/files/patch-aa b/archivers/star/files/patch-aa
index febfef64b732..4d8f6edd9207 100644
--- a/archivers/star/files/patch-aa
+++ b/archivers/star/files/patch-aa
@@ -5,7 +5,7 @@
CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
-CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
-+CFLAGS+= $(COPTS) $(CWARNOPTS) $(COPTX)
++CFLAGS+= -static $(COPTS) $(CWARNOPTS) $(COPTX)
CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
COPTS=
@@ -14,7 +14,7 @@
LIBS_PATH= -L$(OLIBSDIR)
-LDFLAGS= $(LDOPTS) $(LDOPTX)
-+LDFLAGS+= $(LDOPTS) $(LDOPTX)
++LDFLAGS+= -static $(LDOPTS) $(LDOPTX)
LDLIBS= $(LIBS) $(LIBX)
#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)