source:
freewrt/package/libdnet/patches/libdnet-1.10-dnet_config.patch
| Last change on this file was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 599 bytes | |
-
libdnet-1.10/dnet-config.in
old new 45 45 done 46 46 47 47 if test "$echo_cflags" = "yes"; then 48 echo -I@includedir@ 48 includes= 49 if test "@includedir@" != "/usr/include" ; then 50 includes=-I@includedir@ 51 fi 52 echo $includes 49 53 fi 50 54 51 55 if test "$echo_libs" = "yes"; then 52 echo -L@libdir@ -ldnet @LIBS@ 56 libs= 57 if test "@libdir@" != "/usr/lib" ; then 58 libs=-I@libdir@ 59 fi 60 echo $libs -ldnet @LIBS@ 53 61 fi 54 62
Note:
See TracBrowser
for help on using the repository browser.
