Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Some fixes to linux build.
Vsevolod Stakhov committed 11 years ago
commit a1fd6f48d4a7e7c4a467a45c1cd901a6b9785119
parent a66438f
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