Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38d2ca5

Browse files
committed
AIx patch from Frank Dana.
1 parent bcdd0a9 commit 38d2ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/port/aix/mkldexport.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ else
4646
echo '#!' $2/$OBJNAME
4747
fi
4848
$NM -Bg $1 | \
49-
egrep ' [TD] ' | \
49+
egrep ' [TDB] ' | \
5050
sed -e 's/.* //' | \
5151
egrep -v '\$' | \
5252
sed -e 's/^[.]//' | \

0 commit comments

Comments
 (0)