Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0326dd7

Browse files
committed
There was an error in the gcc portion of the patch I sent you. Here is
the fix.Billy G. Allie
1 parentdb28669 commit0326dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/makefiles/Makefile.unixware

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ifeq ($(with_gnu_ld), yes)
1212
# the contents of LD_LIBRARY_PATH if it exists.
1313
tpath1=$(shell echo $(trpath) | sed -e 's/ *-L/,-rpath,/g')
1414
ifdef LD_LIBRARY_PATH
15-
tpath2 = ,-rpath,tpath+=$(shell echo $(LD_LIBRARY_PATH) | sed -e 's/:/,-rpath,/g')
15+
tpath2 = ,-rpath,$(shell echo $(LD_LIBRARY_PATH) | sed -e 's/:/,-rpath,/g')
1616
endif
1717
rpath = -Wl,-rpath,$(libdir)$(tpath)$(tpath2)
1818
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp