Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.1
pinfo
pinfo-curses-detection.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pinfo-curses-detection.patch of Package pinfo
Index: pinfo-0.6.10/macros/curses.m4 =================================================================== --- pinfo-0.6.10.orig/macros/curses.m4 +++ pinfo-0.6.10/macros/curses.m4 @@ -265,11 +265,11 @@ dnl check if the curses header we found, dnl AC_DEFUN([AC_CHECK_CURSES_COMPILE], [ - dnl save CFLAGS and LDFLAGS and set new ones + dnl save CFLAGS and LIBS and set new ones CFLAGS_OLD=$CFLAGS CFLAGS="$CFLAGS $curses_includes" - LDFLAGS_OLD=$LDFLAGS - LDFLAGS="$LDFLAGS $curses_libs" + LIBS_OLD=$LIBS + LIBS="$LIBS $curses_libs" dnl do the compile test AC_MSG_CHECKING([if curses is usable]) @@ -299,7 +299,7 @@ AC_DEFUN([AC_CHECK_CURSES_COMPILE], [ dnl restore variables CFLAGS=$CFLAGS_OLD - LDFLAGS=$LDFLAGS_OLD + LIBS=$LIBS_OLD ])
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor