Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Some fixes to linux build.
Vsevolod Stakhov committed 11 years ago
commit a1fd6f48d4a7e7c4a467a45c1cd901a6b9785119
parent a66438fd9892b2899e42b9560e3d4752c33f5c76
2 files changed +4 -1
modified configure.ac
@@ -75,7 +75,7 @@ case $host_os in
  linux*)
        OS_CFLAGS="-D_XOPEN_SOURCE -D_GNU_SOURCE -pthread"
        OS_LDFLAGS="-pthread"
-
        OS_LIBS="-ldl -lrt"
+
        OS_LIBS="-ldl -lrt -lbsd"
        OS_STATIC="false"
        ;;
    *)
modified external/libelf/_elftc.h
@@ -268,7 +268,10 @@ struct name { \
 * GLIBC based systems have a global 'char *' pointer referencing
 * the executable's name.
 */
+

+
/* XXX: defined in errno.h
extern const char *program_invocation_short_name;
+
*/

#define	ELFTC_GETPROGNAME()	program_invocation_short_name