diff_zip uses the STL and thus needs to be linked against the respective
library. Not sure why it worked earlier. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25310 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b2c7de8230
commit
9a7ef652a3
@ -23,7 +23,6 @@ StdBinCommands
|
|||||||
clear.c
|
clear.c
|
||||||
clockconfig.c
|
clockconfig.c
|
||||||
# csplit.c
|
# csplit.c
|
||||||
diff_zip.cpp
|
|
||||||
driveinfo.c
|
driveinfo.c
|
||||||
# echo.c
|
# echo.c
|
||||||
eject.c
|
eject.c
|
||||||
@ -120,13 +119,18 @@ StdBinCommands
|
|||||||
xres.cpp
|
xres.cpp
|
||||||
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
||||||
|
|
||||||
# Haiku-specific apps which need libbe., libstdc++.so
|
# Haiku-specific apps which need libbe.so, libstdc++.so
|
||||||
if $(TARGET_PLATFORM) = haiku {
|
if $(TARGET_PLATFORM) = haiku {
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
mountvolume.cpp
|
mountvolume.cpp
|
||||||
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
: be $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# commands that need libstdc++ only
|
||||||
|
StdBinCommands
|
||||||
|
diff_zip.cpp
|
||||||
|
: $(TARGET_LIBSTDC++) : $(haiku-utils_rsrc) ;
|
||||||
|
|
||||||
# standard commands that need libbe.so, libtranslation.so
|
# standard commands that need libbe.so, libtranslation.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
translate.cpp
|
translate.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user