mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
netcat: fix build.
This commit is contained in:
@@ -24,13 +24,15 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make haiku
|
||||
# make tries to static-link which obviously does not work
|
||||
cc netcat.c -O -DHAIKU -lnetwork -o nc
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user