diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-27 05:43:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-27 05:43:29 +0000 |
commit | 6153059ebdb1a5a255fed6c71999793772800cf6 (patch) | |
tree | 44ea4aad846c6da4455aa8782fd5c740c0c88e24 /app-arch/pure-sfv/files | |
parent | Respect LDFLAGS and CFLAGS by Ross Smith (bug #334591). (diff) | |
download | gentoo-2-6153059ebdb1a5a255fed6c71999793772800cf6.tar.gz gentoo-2-6153059ebdb1a5a255fed6c71999793772800cf6.tar.bz2 gentoo-2-6153059ebdb1a5a255fed6c71999793772800cf6.zip |
Respect LDFLAGS by Ross Smith (bug #334599).
(Portage version: 2.2_rc69/cvs/Linux i686)
Diffstat (limited to 'app-arch/pure-sfv/files')
-rw-r--r-- | app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch b/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch index 50160a6d34c5..926dd1318bdc 100644 --- a/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch +++ b/app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch @@ -5,7 +5,7 @@ pure-sfv: $(OBJ) - $(CC) -lm -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -+ $(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -lm ++ $(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) $(LDFLAGS) -o $(PROG) $(OBJ) -lm PURIFY_OPTIONS=-follow-child-processes=yes -always-use-cache-dir=yes PURIFY=purify |