Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited059ec

Browse files
committed
This removes the LDFLAGS from the template and adds an autoconf check
for the library. not sure if this will cause problems on otherplatforms, but if it does it can be easily fixed. Also remove thereferences to the GeekGadgets includes as the majority of users don'thave them installed and they foul the build process. We can documentthat adding them if you have them installed is a good idea.David Reid
1 parentfec5d17 commited059ec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ AC_CHECK_LIB(gen, main)
638638
AC_CHECK_LIB(PW, main)
639639
AC_SEARCH_LIBS(crypt, crypt)
640640
AC_CHECK_LIB(z, inflate)
641+
AC_CHECK_LIB(bind, main)
641642

642643
if test "$with_krb4" = yes ; then
643644
AC_CHECK_LIB(des, [des_encrypt], [], [AC_MSG_ERROR([library \`des' is required for Kerberos 4])])

‎src/template/beos

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
AROPT=crs
22
SHARED_LIB='-fpic -DPIC'
33
CFLAGS='-O2'
4-
LDFLAGS='-lbind'
5-
SRCH_INC='/boot/apps/GeekGadgets/include'
6-
SRCH_LIB='/boot/apps/GeekGadgets/lib'
74
DLSUFFIX=.so

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp