open5gs/src/app
Harald Welte 6fc412dba7 fix 'no rule to make target "-L/usr/local/lib" compilation errors
When building (at least) on Debian unstable, I get the following type of errors:

make[4]: Entering directory '/space/home/laforge/projects/git/nextepc/lib/base'
make[4]: *** No rule to make target '-L/usr/local/lib', needed by 'libbase.la'.  Stop.

The cause seems to be that some target_DEPENDENCIES includes
@OGSCORE_LIBS@ or @OGSCRYPT_LIBS@, whcih both expand to "-L${libdir}
-lpthread -logscore-1.0" as per the pkg-config files.

I believe DEPENDENCIES should not list external library dependencies,
but only dependencies inside the repository.

Closes: #210
2019-07-02 13:58:40 +08:00
..
Makefile.am fix 'no rule to make target "-L/usr/local/lib" compilation errors 2019-07-02 13:58:40 +08:00
application.c Add configuration related to memory support (#190) 2019-06-07 11:56:37 +09:00
application.h Add configuration related to memory support (#190) 2019-06-07 11:56:37 +09:00
context.c continue to add a buffer configuration 2019-06-08 08:44:22 +09:00
context.h continue to add a buffer configuration 2019-06-08 08:44:22 +09:00
ogs-yaml.c Integration with OGSLib 2019-04-27 23:54:30 +09:00
ogs-yaml.h Integration with OGSLib 2019-04-27 23:54:30 +09:00