소스 검색

upgrading package: snmpdx 0.2.9 -> 0.2.10

Thomas Lotterer 21 년 전
부모
커밋
9f6612a8a5
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      snmpdx/snmpdx.spec

+ 3 - 2
snmpdx/snmpdx.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Network
 License:      GPL
-Version:      0.2.9
-Release:      20040728
+Version:      0.2.10
+Release:      20040730
 
 #   list of sources
 Source0:      ftp://ftp.ossp.org/pkg/tool/snmpdx/snmpdx-%{version}.tar.gz
@@ -67,6 +67,7 @@ AutoReqProv:  no
 %build
     ./configure \
         --prefix=%{l_prefix} \
+        --with-openpkg=%{l_prefix} \
         --with-snmp=%{l_prefix} \
         --with-perl=%{l_prefix}/bin/perl
     %{l_make} %{l_mflags -O}