diff options
Diffstat (limited to 'package/apcupsd/Makefile')
-rw-r--r-- | package/apcupsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/apcupsd/Makefile b/package/apcupsd/Makefile index c6d72cd94..52b6def9a 100644 --- a/package/apcupsd/Makefile +++ b/package/apcupsd/Makefile @@ -24,7 +24,7 @@ $(eval $(call PKG_template,APCUPSD,apcupsd,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_D CONFIGURE_ARGS+= --prefix="${WRKINST}" --sbindir="/usr/sbin" --enable-usb CONFIGURE_ENV+= ac_cv_path_WALL=/usr/bin/wall -XAKE_FLAGS:= VERBOSE=1 STRIP="" +XAKE_FLAGS:= VERBOSE=1 STRIP="" LD="$(TARGET_CXX)" # XXX: custom init script? apcupsd-install: |