Hello, guy fleury <hoonan...@gmail.com> writes:
> hi all, > > i try to package a editor "nice editor": > i got this error: > > ld: cannot find -lcurses > > on debian it works because -lcurses is a symlink to -lncurses(if i am > not wrong) > > is there a solution without make a patch to the makifile? If -lncurses would be enough, then I believe the simplest solution would be to add a build phase and use a substitute* call to patch the Makefile. You'll find plenty of examples of similar things in the packages sources. HTH! Maxim