Skip to content

Commit

Permalink
Merge pull request accel-ppp#193 from svlobanov/revert-pr-190
Browse files Browse the repository at this point in the history
Revert "Fix accel-ppp#189: Make module pppoe work without module radius"
  • Loading branch information
svlobanov authored Sep 5, 2024
2 parents 3a6ee62 + 2ffca70 commit 10cd5ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions accel-pppd/ctrl/pppoe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ SET(sources ${sources} tr101.c)
ENDIF(RADIUS)

ADD_LIBRARY(pppoe SHARED ${sources})

IF (RADIUS)
TARGET_LINK_LIBRARIES(pppoe vlan-mon connlimit radius)
ELSE (RADIUS)
TARGET_LINK_LIBRARIES(pppoe vlan-mon connlimit)
ENDIF (RADIUS)

TARGET_LINK_LIBRARIES(pppoe vlan-mon connlimit)
set_property(TARGET pppoe PROPERTY CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
set_property(TARGET pppoe PROPERTY INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/accel-ppp)

Expand Down

0 comments on commit 10cd5ca

Please sign in to comment.