Skip to content

Commit ed059ec

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 other platforms, but if it does it can be easily fixed. Also remove the references to the GeekGadgets includes as the majority of users don't have them installed and they foul the build process. We can document that adding them if you have them installed is a good idea. David Reid
1 parent fec5d17 commit ed059ec

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy